Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/kt6990.1.kt
T
2015-10-30 09:39:09 +03:00

7 lines
82 B
Kotlin
Vendored

import test.*
class OK
fun box(): String {
return inlineMeIfYouCan<OK>()!!
}