error: expected type; found constant `TypE`
   --> test/ui/expected_type_found_const.aldrin:12:14
    |
 12 |     f2 @ 2 = expected_type_found_const_import::TypE;
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type expected here
    |
    = help: did you mean `expected_type_found_const_import::Type`?
