Drop excessive lowerings that are replaced by ConstEvaluationLowering
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user