KT-1273 Unused assignment - should highlight assignment instead of expression
#KT-1273 Fixed
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ fun test2(c: C) {
|
||||
|
||||
fun test3(c: C) {
|
||||
var (<!ASSIGNED_BUT_NEVER_ACCESSED_VARIABLE!>a<!>, <!UNUSED_VARIABLE!>b<!>) = c
|
||||
a = <!UNUSED_VALUE!>3<!>
|
||||
<!UNUSED_VALUE!>a =<!> 3
|
||||
}
|
||||
|
||||
fun test4(c: C) {
|
||||
|
||||
Reference in New Issue
Block a user