linux-packaging-mono/mcs/tests/test-543-lib.cs

9 lines
144 B
C#
Raw Normal View History

// Compiler options: -t:library
public class ExternClass
{
public bool this [string s, params string[] items]
{
set { }
}
}