Quickfix for UNUSED_VARIABLE

This commit is contained in:
Michał Sapalski
2013-02-18 12:48:55 +01:00
committed by Nikolay Krasko
parent 881de132f7
commit bb9c65de4a
8 changed files with 106 additions and 1 deletions
@@ -0,0 +1,4 @@
// "Remove variable 'test'" "true"
fun f() {
val <caret>test: Int
}