Refactored AbstractOptimizeImportsTest to inherit from AbstractImportsTest
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import test1.MyClass
|
||||
import test1.component1
|
||||
import test1.component2
|
||||
|
||||
fun foo() {
|
||||
val (a, b) = MyClass()
|
||||
}
|
||||
Reference in New Issue
Block a user