mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
10 lines
110 B
Kotlin
Vendored
10 lines
110 B
Kotlin
Vendored
package test
|
|
|
|
interface A
|
|
|
|
class <caret>B {
|
|
companion object {
|
|
fun bar() = object : A { }
|
|
}
|
|
}
|