You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.150
Former-commit-id: 73e3bb1e96dd09dc931c1dfe559d2c7f7b8b02c7
This commit is contained in:
parent
02ac915603
commit
b95516a3dd
9
mcs/tests/dlls/test-939-1/test-939-lib.cs
Normal file
9
mcs/tests/dlls/test-939-1/test-939-lib.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute ("2.1.0.0")]
|
||||
|
||||
public class Common
|
||||
{
|
||||
public static void Foo ()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
10
mcs/tests/dlls/test-939-1/test-939-ref.cs
Normal file
10
mcs/tests/dlls/test-939-1/test-939-ref.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute ("4.0.0.0")]
|
||||
|
||||
public class A : Common
|
||||
{
|
||||
}
|
||||
|
||||
public class B
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user