311cfc3806
#KT-27208 Fixed
5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
interface A {
|
|
companion object {
|
|
fun create() {}
|
|
}
|
|
} |