Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/kt8047.1.kt
T
Michael Bogdanov 63f7f90521 Test for obsolete KT-8047
#KT-8047 Obsolete
2015-10-28 14:43:05 +03:00

7 lines
72 B
Kotlin
Vendored

import test.*
fun box(): String {
f<String>() {}
return "OK"
}