No skipping of super and this expression on copy/paste needed (probably has been copied from java version before)
This commit is contained in:
@@ -313,9 +313,7 @@ public class KotlinCopyPasteReferenceProcessor() : CopyPastePostProcessor<Refere
|
|||||||
|
|
||||||
private val IGNORE_REFERENCES_INSIDE: Array<Class<out JetElement>?> = array(
|
private val IGNORE_REFERENCES_INSIDE: Array<Class<out JetElement>?> = array(
|
||||||
javaClass<JetImportDirective>(),
|
javaClass<JetImportDirective>(),
|
||||||
javaClass<JetPackageDirective>(),
|
javaClass<JetPackageDirective>()
|
||||||
javaClass<JetSuperExpression>(),
|
|
||||||
javaClass<JetThisExpression>()
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user