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