Fix JVMStatic annotation for UL-properties

This commit is contained in:
Igor Yakovlev
2019-04-30 21:56:52 +03:00
parent 5da6d9d438
commit bb071263b0
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@ public class Foo {
package foo
object Bar {
var variable: String
var variable: String = ""
@JvmStatic set(value) {
field = value
}