mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
121 B
Swift
8 lines
121 B
Swift
class Test: TestProto {
|
|
var swiftFoo: Int32 { return 0 }
|
|
var swiftBar: Int32 {
|
|
get { return 0 }
|
|
set {}
|
|
}
|
|
}
|