[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs0117-8.cs
blob1e69f70f03dadfbda0dbe6f108c6b81e53ce8082
1 // CS0117: `X' does not contain a definition for `P'
2 // Line: 11
4 class X
6 public void Test ()
8 Foo ();
11 public static void Foo (string Product = X.P)