blob: 12cb37119d2e4cb0b9947e53f55fbc66e3e39073 [file] [log] [blame]
fun bar() = 1
fun foo() {
var bar = bar()
val x = bar
}