blob: e1517352c4d0b7e3ed2c237b1343f904c85aa769 [file] [log] [blame]
fun foo(): Int {
val t = x@ (1 + 2)
return t
}