Type annotations

This commit is contained in:
Andrey Breslav
2010-12-16 13:02:35 +03:00
parent b70b707ffd
commit 9bcdf19bb2
4 changed files with 89 additions and 1 deletions
@@ -512,7 +512,7 @@ public class JetParsing {
}
private void parseAttributeList() {
// TODO
while (at(LBRACKET)) parseAttributeAnnotation();
}
private void parsePrimaryConstructorParameterList() {