a7b3c70d21
#KT-7017 Fixed
9 lines
140 B
Kotlin
Vendored
9 lines
140 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
if (!test<String>("OK")) return "fail 1"
|
|
|
|
if (test<Int>("OK")) return "fail 2"
|
|
|
|
return "OK"
|
|
} |