5 lines
64 B
Kotlin
5 lines
64 B
Kotlin
// "Add function body" "true"
|
|
package a {
|
|
fun <caret>foo() {
|
|
}
|
|
} |