> var foo: Int
> {
> get
> {
> return _foo
> }
> set
> {
> _foo = newValue
> }
> }
>
I assume you know that braces don't require an extra line for themselves? ;-)_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
