14b33f8b95
#KT-6345 Fixed
5 lines
54 B
Kotlin
Vendored
5 lines
54 B
Kotlin
Vendored
object O {
|
|
fun <caret>foo(name: String) {
|
|
|
|
}
|
|
} |