Quick fix for unused symbol inspection.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Safe delete 'unusedFun'" "true"
|
||||
fun dummy() {
|
||||
}
|
||||
|
||||
fun <caret>unusedFun() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user