uhe
class Foo { @JvmField val bar: String init { bar = "bar" } }
public class FooJava { private String bar; { bar = "bar"; } }