7 lines
79 B
Kotlin
Vendored
7 lines
79 B
Kotlin
Vendored
package usage
|
|
|
|
class Usage {
|
|
fun use() {
|
|
val x = inline.f()
|
|
}
|
|
} |