9 lines
135 B
Kotlin
9 lines
135 B
Kotlin
// "Remove useless import for 'test'" "true"
|
|
package test
|
|
|
|
import org.jetbrains
|
|
import test<caret>
|
|
|
|
fun main(args : Array<String>) {
|
|
|
|
} |