6c2eb06351
So #KT-19560 Fixed
13 lines
150 B
Kotlin
Vendored
13 lines
150 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
class Test {
|
|
companion object {
|
|
|
|
}
|
|
}
|
|
|
|
fun <caret>Test.Companion.foo() = 42
|
|
|
|
fun main(args: Array<String>) {
|
|
Test.foo()
|
|
} |