[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8083.cs
blob26b90c846a95fcba3ba5bfcc295f690d0a0990e2
1 // CS8083: An alias-qualified name is not an expression
2 // Line: 8
4 class C
6 static void Main ()
8 string s = nameof (global::C);