mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
10 lines
110 B
Kotlin
10 lines
110 B
Kotlin
package test
|
|
|
|
interface A
|
|
|
|
class <caret>B {
|
|
companion object {
|
|
fun bar() = object : A { }
|
|
}
|
|
}
|