1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 12:35:12 +00:00
QB64-PE/tests/compile_tests/types/dim_bad_typename_string.err

5 lines
115 B
Plaintext
Raw Normal View History

2022-09-30 20:55:07 +00:00
Expected STRING * number/constant
Caused by (or after):DIM S AS STRINGFOOBAR * 2
LINE 3:Dim s As Stringfoobar * 2