Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/kt7017.1.kt
T
2015-10-22 16:06:13 +03:00

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"
}