Allow namespaces with {} on the first line of a file (JET-2)

This commit is contained in:
Andrey Breslav
2011-04-25 22:08:03 +04:00
parent d4551a61bf
commit 5fdb34038e
3 changed files with 46 additions and 1 deletions
@@ -0,0 +1,4 @@
namespace foobar {
val a = 1
val b = foobar.a
}