You've already forked linux-packaging-mono
Imported Upstream version 4.2.1.91
Former-commit-id: 5bd0f48812d39b3636887951adc772b94ef2f5af
This commit is contained in:
committed by
Jo Shields
parent
2faab2dafa
commit
f1bb32afc3
16
mcs/tests/gtest-autoproperty-21.cs
Normal file
16
mcs/tests/gtest-autoproperty-21.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Compiler options: -r:gtest-autoproperty-21-lib.dll
|
||||
|
||||
public class Subclass : Base
|
||||
{
|
||||
public override string Value { get; }
|
||||
|
||||
public Subclass ()
|
||||
{
|
||||
Value = "test";
|
||||
}
|
||||
|
||||
public static void Main ()
|
||||
{
|
||||
new Subclass ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user