Avatar
@swift-5.4.3 struct Test { @available(iOS 16, *) var a: Int { 42 } func test() { print(a) } } Test().test()