Files
kotlin-fork/idea/testData/fir/lazyResolve/inLocal/main.txt
T

13 lines
297 B
Plaintext
Vendored

FILE: main.kt
public final fun main(): R|kotlin/Unit| {
local final fun foo(): R|kotlin/Int| {
^foo R|main/bar|()
}
R|<local>/foo|()
}
public final fun bar(): R|kotlin/Int| {
lval x: <implicit> = Int(4)
^bar Int(9).times#(x#)
}