linux-packaging-mono/mcs/tests/test-named-11.cs

13 lines
152 B
C#
Raw Permalink Normal View History

// Compiler options: -langversion:7.2
class X
{
public static void Main ()
{
Test (arg: 1, "");
}
static void Test (int arg, string str)
{
}
}