``` class Foo { var a: Int init { ...
# announcements
j
Copy code
class Foo {
    var a: Int
    
    init {
        a = 1
    }
}