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