FIR IDE: render resolve phase for lazy resolve tests

This commit is contained in:
Ilya Kirillov
2020-10-13 22:55:28 +03:00
parent 9c53c66bb5
commit 2f093e76b0
13 changed files with 35 additions and 36 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
FILE: callMe.kt
public final fun callMe(): R|kotlin/Int| {
public final [IMPLICIT_TYPES_BODY_RESOLVE] fun callMe(): R|kotlin/Int| {
^callMe Int(42)
}
public final fun other(): R|kotlin/Unit| {
lval x: <implicit> = IntegerLiteral(1)
}
public final [STATUS] fun other(): R|kotlin/Unit| { LAZY_BLOCK }