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