f4d3ecf8e6
#KT-9331 Fixed
5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
return A().doSomething().run()
|
|
} |