Files
kotlin-fork/compiler/testData/codegen/boxInline/defaultValues/inlineInDefaultParameter.2.kt
T
2014-07-07 10:51:46 +04:00

6 lines
71 B
Kotlin

package test
inline fun getStringInline(): String {
return "OK"
}