Unknown
types showing up in the AST after type checking
#2720
Labels
bug
Something isn't working
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
P: medium
While trying to address #2689 (comment), CI failed because some tests (namely,
[auth_testing_contract](https://github.com/FuelLabs/sway/tree/master/test/src/sdk-harness/test_artifacts/auth_testing_contract)
started failing because someUnknown
types lingered in the AST at the end of type checking. Not sure if this is expected or not, but if not, then we should investigate what's going on.The text was updated successfully, but these errors were encountered: