Files
kotlin/compiler/testData/codegen/boxInline/noInline/lambdaAsGeneric.2.kt
2015-04-10 08:59:27 +03:00

3 lines
46 B
Kotlin
Vendored

inline fun <T> test(p: T) {
p.toString()
}