mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
16 lines
484 B
Plaintext
16 lines
484 B
Plaintext
fpp-check
|
|
[ local path prefix ]/compiler/tools/fpp-check/test/array/dictionary_not_displayable.fpp:2.1
|
|
dictionary array A = [3] T
|
|
^
|
|
error: dictionary type is not displayable
|
|
|
|
[ local path prefix ]/compiler/tools/fpp-check/test/array/dictionary_not_displayable.fpp:2.26
|
|
dictionary array A = [3] T
|
|
^
|
|
because this type is not displayable
|
|
|
|
[ local path prefix ]/compiler/tools/fpp-check/test/array/dictionary_not_displayable.fpp:1.1
|
|
type T
|
|
^
|
|
Type is defined here
|