6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// "Safe delete 'something'" "true"
|
|
|
|
abstract class Abstract {
|
|
fun <caret>something() = "hi"
|
|
}
|