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;
}
}