diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-14 22:31:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-14 22:31:05 +0100 |
| commit | e50189cfa75d83ea1b74b1dc2cf1fc9c01f8c825 (patch) | |
| tree | b2ed11ec419dfb33e4e93556f11db9ae3c430522 /tests | |
| parent | 2bacbaf2bdf93f5537040bdeecf8d73ec06f7eae (diff) | |
Allow keywords as fields
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/compiler/field.typ | 3 |
1 files changed, 1 insertions, 2 deletions
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} |
