Files
kotlin-fork/idea/testData/fir/lazyResolve/simple/callMe.txt
T
2019-12-09 17:24:26 +03:00

8 lines
193 B
Plaintext
Vendored

FILE: callMe.kt
public final fun callMe(): R|kotlin/Int| {
^callMe Int(42)
}
public final fun other(): R|kotlin/Unit| {
lval x: <implicit> = IntegerLiteral(1)
}