[K2] KT-60080 Fix packageFqn for property accessor symbol
^KT-60080 fixed
This commit is contained in:
committed by
Space Team
parent
a318cd455d
commit
1fd9706f47
+1
-1
@@ -28,7 +28,7 @@ fun test(s: bar.Sub<String>) {
|
||||
s.<!INVISIBLE_REFERENCE!>name<!>
|
||||
s.<!INVISIBLE_REFERENCE, INVISIBLE_SETTER!>name<!> = ""
|
||||
s.name2
|
||||
s.<!INVISIBLE_SETTER!>name2<!> = ""
|
||||
s.name2 = ""
|
||||
s.<!INVISIBLE_REFERENCE!>doSomething<!>()
|
||||
s.doSomething2()
|
||||
val s2: Super<String> = s
|
||||
|
||||
Reference in New Issue
Block a user