Remove FIELD target from jvmStatic and platformStatic annotations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package aaa
|
||||
|
||||
import kotlin.jvm.*
|
||||
|
||||
public object TestObject {
|
||||
|
||||
@jvmStatic
|
||||
public val test: String = "test"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user