Create From Usage: Create class by annotation entry/super-call delegation specifier
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user