blob: 71e3e5d293dfa94f4f50e9f662e9bc1125bb66b7 [file]
package lib
class Box(val value: String)
inline fun <T> get(block: () -> T): T = block()