Fix KCallable#name intrinsic for bound references
Do not skip generation of the left-hand side because it may produce side effects #KT-12995 Fixed
This commit is contained in:
@@ -6,5 +6,8 @@ class A {
|
||||
val a = A::a.name
|
||||
val b = A::b.name
|
||||
val c = ::A.name
|
||||
|
||||
val d = this::a.name
|
||||
val e = A()::b.name
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user