Multiple declarations contributing to the same namespace are supported

This commit is contained in:
Andrey Breslav
2011-04-25 18:54:05 +04:00
parent d19c1c165b
commit 43742828c4
17 changed files with 649 additions and 297 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ internal class Example<X, T : Comparable<X>>(protected val x : Foo<X, T>, y : So
class
: modifiers "class" SimpleName
typeParameters?
"wraps"?
("wraps" | modifiers)?
valueParameters?
(":" attributes delegationSpecifier{","})?
(classBody? | enumClassBody)