Create From Usage: Create class by annotation entry/super-call delegation specifier

This commit is contained in:
Alexey Sedunov
2014-11-05 14:31:33 +03:00
parent 1b1eb10979
commit afeb03f383
31 changed files with 357 additions and 6 deletions
@@ -42,7 +42,7 @@ public class JetConstructorCalleeExpression extends JetExpressionImplStub<Kotlin
}
@Nullable @IfNotParsed
public JetReferenceExpression getConstructorReferenceExpression() {
public JetSimpleNameExpression getConstructorReferenceExpression() {
JetTypeReference typeReference = getTypeReference();
if (typeReference == null) {
return null;