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