FIR: Reimplement implicit types calculator
Make it works through a single component tracking computation status instead of storing it in the nodes
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ class A {
|
||||
val a get() = b
|
||||
val b get() = a
|
||||
|
||||
val z1 get() = <!UNRESOLVED_REFERENCE!>id<!>(z1)
|
||||
val z2 get() = <!UNRESOLVED_REFERENCE!>l<!>(z2)
|
||||
val z1 get() = <!INAPPLICABLE_CANDIDATE!>id<!>(z1)
|
||||
val z2 get() = <!INAPPLICABLE_CANDIDATE!>l<!>(z2)
|
||||
|
||||
val u get() = field
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user