Files
Alexander Udalov eef06cded3 JVM IR: output stable ABI binaries by default
#KT-43592 Fixed
2020-12-20 23:14:54 +01:00

6 lines
91 B
Kotlin
Vendored

package lib
class Box(val value: String)
inline fun <T> get(block: () -> T): T = block()