Added fake override search in unused symbol inspection #KT-13288 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Safe delete 'something'" "true"
|
||||
|
||||
abstract class Abstract {
|
||||
fun <caret>something() = "hi"
|
||||
}
|
||||
Reference in New Issue
Block a user