for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs8082-2.cs
blob8757d48d642e0f12e97cad640cb75b61845eefc5
1 // CS8082: An argument to nameof operator cannot include sub-expression
2 // Line: 9
4 class C
6 void Foo ()
8 dynamic o = null;
9 var s = nameof (o.ToString ().Equals);