Control-Flow: Generate instruction for left-hand side of invalid assignments
#KT-8390 Fixed
This commit is contained in:
@@ -26,3 +26,7 @@ fun get(p: Any) {
|
||||
|
||||
fun set(p: Any) {
|
||||
}
|
||||
|
||||
fun foo(s: String) {
|
||||
s.<!UNRESOLVED_REFERENCE!>xxx<!> = 1
|
||||
}
|
||||
Reference in New Issue
Block a user