31a1fb916a
#KT-18828 Fixed (cherry picked from commit 11f8f8b)
5 lines
62 B
Kotlin
Vendored
5 lines
62 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
object A {
|
|
private fun <caret>foo() = 1
|
|
} |