Avatar
@swift-main struct A { var `throws`: Int { 1 } } _ = A().throws (edited)