Allow to use @JvmStatic in interface companion object
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
class A(<!JVM_STATIC_NOT_IN_OBJECT!>@JvmStatic val z: Int<!>) {
|
||||
class A(<!JVM_STATIC_NOT_IN_OBJECT_OR_CLASS_COMPANION!>@JvmStatic val z: Int<!>) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user