FIR deserializer: add proper container class id to nested class members
This commit is contained in:
committed by
Mikhail Glukhikh
parent
daf9f927d4
commit
ca350e64c2
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
val y = Int.MAX_VALUE
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
FILE: companionLoad.kt
|
||||
public final fun main(): R|kotlin/Unit| {
|
||||
lval y: R|kotlin/Int| = R|kotlin/Int|.R|kotlin/Int.Companion.MAX_VALUE|
|
||||
}
|
||||
Reference in New Issue
Block a user