[FIR IDE] RawFirBuilder for lazy bodies
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
|
||||
class X {
|
||||
init {
|
||||
class classInInit {
|
||||
fun funInClassInInit() {
|
||||
}
|
||||
}
|
||||
fun funInInit() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
object {
|
||||
init {
|
||||
class classInInit {
|
||||
fun funInClassInInit() {
|
||||
}
|
||||
}
|
||||
fun funInInit() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user