Why does that not compile? ```@set:JvmName("setMyFoo") @get:JvmName("getMyFoo") open var foo: Int = ...
r
Why does that not compile?
Copy code
@set:JvmName("setMyFoo")
@get:JvmName("getMyFoo")
open var foo: Int = 42
without
open
it works
e