6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
package usage
|
|
|
|
fun useG() {
|
|
inline.g { println("to be inlined") }
|
|
}
|