blob: 85a38a21a5c7c28e347e93f2467cfd1a0bb5dc64 [file]
package test
interface A {
companion object {
@JvmStatic
fun create() {}
}
}