blob: a9cb8e953d9d039004f7cc29f021fbb61a37196c [file] [log] [blame]
public struct A {
// note: not public
var foo: Int { get { return 0 } set { } }
}