[FIR] Support IntegerLiteralTypes
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ FILE: callMe.kt
|
||||
^callMe Int(42)
|
||||
}
|
||||
public final fun other(): R|kotlin/Unit| {
|
||||
lval x: <implicit> = Int(1)
|
||||
lval x: <implicit> = IntegerLiteral(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user