FIR: report VAL_REASSIGNMENT on synthetic immutable properties
#KT-50972 Fixed
This commit is contained in:
committed by
teamcity
parent
b8c36b7998
commit
029e946fb2
+1
-1
@@ -6,7 +6,7 @@ class KotlinClass {
|
||||
fun foo(javaClass: JavaClass, kotlinClass: KotlinClass) {
|
||||
useInt(javaClass.getSomething())
|
||||
useInt(javaClass.something)
|
||||
javaClass.something = 1
|
||||
javaClass.<!VAL_REASSIGNMENT!>something<!> = 1
|
||||
javaClass.<!UNRESOLVED_REFERENCE!>Something<!>
|
||||
useInt(kotlinClass.getSomething())
|
||||
kotlinClass.<!UNRESOLVED_REFERENCE!>something<!>
|
||||
|
||||
Reference in New Issue
Block a user