new CancellationTokenRegistration().Dispose() shouldn't throw
[mono.git] / mcs / errors / cs0038-3.cs
index 6d0f1743b6c3d957d9bc4cb2bef40322a1783633..45d88389143344c54341d226e89fa8cb8a3ef632 100644 (file)
@@ -1,3 +1,6 @@
+// CS0038: Cannot access a nonstatic member of outer type `A' via nested type `B.C'
+// Line: 15
+
 public class A {
        public int Foo { get { return 1; } }
 }