6 lines
71 B
Kotlin
Vendored
6 lines
71 B
Kotlin
Vendored
package test
|
|
|
|
inline fun getStringInline(): String {
|
|
return "OK"
|
|
}
|