From e50189cfa75d83ea1b74b1dc2cf1fc9c01f8c825 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 14 Mar 2023 22:31:05 +0100 Subject: Allow keywords as fields --- tests/typ/compiler/field.typ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/typ/compiler/field.typ b/tests/typ/compiler/field.typ index 342ae75b..49ffca04 100644 --- a/tests/typ/compiler/field.typ +++ b/tests/typ/compiler/field.typ @@ -36,6 +36,5 @@ = A --- -// Error: 9 expected identifier -// Error: 9 expected semicolon or line break +// Error: 9-13 cannot access fields on type boolean #{false.true} -- cgit v1.2.3