c87cc0dde1
Move test and rename test data Delete unused testdata Rewrite OptimizeImportOnFlyTest
5 lines
92 B
Kotlin
5 lines
92 B
Kotlin
import java.util.List
|
|
import java.util.Map
|
|
|
|
var x : Map.Entry<List<String>, String>? = null
|