Avatar
Avatar
fummicc1
@swift-main protocol MyProtocol { func a(param: String) throws(any LocalizedError) }
swiftNightly BOT 6/30/2024 7:01 AM
exit status: 1 with <stdin>:2:38: error: cannot find type 'LocalizedError' in scope 1 | protocol MyProtocol { 2 | func a(param: String) throws(any LocalizedError) | `- error: cannot find type 'LocalizedError' in scope 3 | } 4 | <stdin>:2:34: error: thrown type '<<error type>>' does not conform to the 'Error' protocol 1 | protocol MyProtocol { 2 | func a(param: String) throws(any LocalizedError) | `- error: thrown type '<<error type>>' does not conform to the 'Error' protocol 3 | } 4 |