Convert AbstractQuickFixMultiFileTest to light fixture test case

This commit is contained in:
Dmitry Jemerov
2017-03-24 11:25:25 +01:00
parent 387dbdf3bb
commit 4f229c3fdc
7 changed files with 149 additions and 268 deletions
@@ -23,7 +23,7 @@ operator fun Some.component1() = 1
operator fun Some.component2() = 3
//-----------------------
// FILE: second.kt
// FILE: other_second.kt
package other
@@ -23,7 +23,7 @@ operator fun Some.component1() = 1
operator fun Some.component2() = 3
//-----------------------
// FILE: second.kt
// FILE: other_second.kt
package other
@@ -24,7 +24,7 @@ operator fun Some.component1() = 1
operator fun Some.component2() = 3
//-----------------------
// FILE: second.kt
// FILE: other_second.kt
package other
@@ -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