Modifiers for namespaces fixed

This commit is contained in:
Andrey Breslav
2011-01-04 00:52:26 +03:00
parent 27c4494d69
commit 1f09ee1965
5 changed files with 74 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
public [a] namespace name;
[a] namespace a {
val foo
private namespace b {
}
}