linux-packaging-mono/mcs/tests/gtest-autoproperty-21-lib.cs
Xamarin Public Jenkins bac3554225 Imported Upstream version 4.2.1.91
Former-commit-id: b6ad0994c58eaf044e2599fe2ff7996e073c87d2
2015-11-10 14:54:45 +00:00

7 lines
103 B
C#

// Compiler options: -t:library
public abstract class Base
{
public abstract string Value { get; }
}