blob: 48e575f8a0a85cc92a70f5e4dd9aa375dcbcd007 [file]
// RESOLVE_SCRIPT
val myProp: () -> Unit = {}
myProp {
123
}
fun foo() {}