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(
|
||||
javaClass<JetImportDirective>(),
|
||||
javaClass<JetPackageDirective>(),
|
||||
javaClass<JetSuperExpression>(),
|
||||
javaClass<JetThisExpression>()
|
||||
javaClass<JetPackageDirective>()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user