Quick fix for unused symbol inspection.

This commit is contained in:
Evgeny Gerashchenko
2015-01-21 12:38:30 +03:00
parent 6e621ab114
commit 378d00bbad
14 changed files with 136 additions and 12 deletions
@@ -0,0 +1,7 @@
// "Safe delete 'unusedFun'" "true"
fun dummy() {
}
fun <caret>unusedFun() {
}