Build compiler with -Xjvm-default=all + @JvmDefaultCompatibility when needed
This commit is contained in:
committed by
Alexander Udalov
parent
61d339e8f2
commit
c168a19a58
@@ -83,12 +83,6 @@ public class KtImportDirective extends KtElementImplStub<KotlinImportDirectiveSt
|
||||
return new ImportContent.ExpressionBased(reference);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public Name getImportedName() {
|
||||
return KtImportInfo.DefaultImpls.getImportedName(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
@IfNotParsed
|
||||
|
||||
Reference in New Issue
Block a user