Convert AbstractQuickFixMultiFileTest to light fixture test case
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ operator fun Some.component1() = 1
|
||||
operator fun Some.component2() = 3
|
||||
//-----------------------
|
||||
|
||||
// FILE: second.kt
|
||||
// FILE: other_second.kt
|
||||
|
||||
package other
|
||||
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ operator fun Some.component1() = 1
|
||||
operator fun Some.component2() = 3
|
||||
//-----------------------
|
||||
|
||||
// FILE: second.kt
|
||||
// FILE: other_second.kt
|
||||
|
||||
package other
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -24,7 +24,7 @@ operator fun Some.component1() = 1
|
||||
operator fun Some.component2() = 3
|
||||
//-----------------------
|
||||
|
||||
// FILE: second.kt
|
||||
// FILE: other_second.kt
|
||||
|
||||
package other
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ public class Some
|
||||
|
||||
operator fun Some.plusAssign(i: Int) {}
|
||||
|
||||
// FILE: second.kt
|
||||
// FILE: other_second.kt
|
||||
// Lexicography is before "some"
|
||||
package aaa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user