Fix IntentionTestGenerated$IntroduceImportAlias.testConflictPackage
Fix test data as find usages can handle import aliases Relates to #KT-18619
This commit is contained in:
@@ -17,6 +17,6 @@ class Test() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun test2() {
|
fun test2() {
|
||||||
val i = Middle1.Inner.SIZE
|
val i = Middle2.Inner.SIZE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user