1 // CS0038: Cannot access a nonstatic member of outer type `Outer' via nested type `Outer.Inner'
8 public Runner (string s
)
13 public string Report ()
21 private Runner r
= new Runner ("Outer");
31 public string Check ()
33 return Runner
.Report ();