Avatar
Avatar
omochimetaru
@swift-5.9.2 func f() -> Int { return fatalError() }
exit status: 1 with <stdin>:2:10: error: cannot convert return expression of type 'Never' to return type 'Int' return fatalError() ^~~~~~~~~~~~