Drop excessive lowerings that are replaced by ConstEvaluationLowering

This commit is contained in:
Ivan Kylchik
2021-12-15 17:32:36 +03:00
parent 0f0b48f87b
commit dca22d745a
7 changed files with 8 additions and 121 deletions
@@ -7,7 +7,7 @@ class A {
val b = A::b.name
val c = ::A.name
val d = this::a.name
val e = A()::b.name
// val d = this::a.name // Not supported
// val e = A()::b.name // Not supported
}
}