mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
580 B
580 B
META
description=External declaration lookup expression
type=expr
SOURCE
Json.utf8
EXPECTED
DOES NOT EXIST - external_lookup_expr.md:1:1:1:10
PROBLEMS
DOES NOT EXIST
Json.utf8 does not exist.
external_lookup_expr.md:1:1:1:10:
Json.utf8
^^^^^^^^^
TOKENS
UpperIdent,NoSpaceDotLowerIdent,
EndOfFile,
PARSE
(e-ident (raw "Json.utf8"))
FORMATTED
NO CHANGE
CANONICALIZE
(e-runtime-error (tag "qualified_ident_does_not_exist"))
TYPES
(expr (type "Error"))