blob: 9bb04c6473614f36eabcb971802bb023622d5980 [file] [log] [blame]
struct Foo {
let bar: Int
init() {
self.bar = self.bar
}
}