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

6 lines
103 B
Kotlin
Vendored

import test.*
fun box(): String {
"yo".inlineMeIfYouCan<StringBuilder>()().run()
return "OK"
}