blob: fa2000dd0e9b3d774896db8befd79c4c364b0caa [file] [log] [blame]
fun a() = run {
""
}
fun <R> run(block: () -> R): R = block()