Files
linux-packaging-mono/mcs/tests/test-749.cs

13 lines
135 B
C#
Raw Normal View History

// Compiler options: -r:test-749-lib.dll
using System;
class M
{
public static void Main ()
{
B b = new B ();
b.Prop = 2;
}
}