f3092bf390
#KT-9637 Fixed
8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
val boxClass = injectFnc<Box>()
|
|
if (boxClass != Box::class) return "fail 1"
|
|
|
|
return "OK"
|
|
} |