Update pipeline-netcore-runtime.yml
[mono-project.git] / mcs / tests / gtest-autoproperty-21-lib.cs
blob15e9fa97b4f4fd8939b3ae4c5333c09b7a29d50d
1 // Compiler options: -t:library
3 public abstract class Base
5 public abstract string Value { get; }