8 lines
99 B
Kotlin
Vendored
8 lines
99 B
Kotlin
Vendored
class Test {
|
|
companion object Foo <caret>{}
|
|
|
|
inline fun test() {}
|
|
}
|
|
|
|
fun Test.Foo.foo() {}
|