Quickfix for UNUSED_VARIABLE
This commit is contained in:
committed by
Nikolay Krasko
parent
881de132f7
commit
bb9c65de4a
@@ -0,0 +1,6 @@
|
||||
// "Remove variable 'a'" "true"
|
||||
var cnt = 5
|
||||
fun getCnt() = cnt++
|
||||
fun f() {
|
||||
var <caret>a = getCnt()
|
||||
}
|
||||
Reference in New Issue
Block a user