[FIR] Add anonymous objects to CFG

This commit is contained in:
Dmitriy Novozhilov
2020-02-28 17:45:51 +03:00
parent e3f1f18ca3
commit 70ee51d88c
11 changed files with 286 additions and 9 deletions
@@ -16,5 +16,5 @@ private val privateObj by MyDelegate {
}
fun test() {
privateObj.<!UNRESOLVED_REFERENCE!>x<!>
privateObj.x
}