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

6 lines
71 B
Kotlin

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