* DataGrid.cs: the Alt+0 handling was wrong, it should have been
[mono.git] / mcs / tests / test-413-lib.cs
1 // Compiler options: -t:library
2
3 namespace Foo {
4 namespace Bar {
5         public class Baz {
6                 public class Inner {
7                         public static void Frob() { }
8                 }
9         }
10 }
11 }