311cfc3806
#KT-27208 Fixed
8 lines
101 B
Kotlin
Vendored
8 lines
101 B
Kotlin
Vendored
package test
|
|
|
|
interface A {
|
|
companion object {
|
|
@JvmStatic
|
|
fun create() {}
|
|
}
|
|
} |