FIR deserializer: add proper container class id to nested class members

This commit is contained in:
Simon Ogorodnik
2019-04-25 14:11:32 +03:00
committed by Mikhail Glukhikh
parent daf9f927d4
commit ca350e64c2
5 changed files with 22 additions and 5 deletions
@@ -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|
}