zzing: FYI, the following works for me: ``` class ...
# announcements
c
zzing: FYI, the following works for me:
Copy code
class A {
    val a: String
    init {
        a = "a"
    }
}