class Test: TestProto { var swiftFoo: Int32 { return 0 } var swiftBar: Int32 { get { return 0 } set {} } }