Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-413-lib.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f2614a46c1b017f3b9dd6475573f625088fbf4d (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -t:library

namespace Foo {
namespace Bar {
        public class Baz {
                public class Inner {
                        public static void Frob() { }
                }
        }
}
}