6 lines
73 B
Kotlin
6 lines
73 B
Kotlin
// "Add function body" "true"
|
|
class A() {
|
|
fun <caret>foo() {
|
|
}
|
|
}
|