polserver/testsuite/escript/array/array23.out
2026-08-10 21:17:03 +02:00

25 lines
752 B
Text

{ 1, 2 }
{ 2, 3 }
error{ errortext = "Array end index out of bounds" }
error{ errortext = "Array start index out of bounds" }
error{ errortext = "Array start index out of bounds" }
{ { 1, 2 }, { 3, 4 } }
error{ errortext = "Multiple subscript assignment not supported for this type" }
{ 1, 2, 3 }
error{ errortext = "Multiple subscript assignment not supported for this type" }
{ { 1, 2 }, { 3, 4 } }
error{ errortext = "Multiple subscript assignment not supported for this type" }
dict{ "k" -> { 7, 8 } }
error{ errortext = "Multiple subscript assignment not supported for this type" }
struct{ x = { 1, 2 } }
error{ errortext = "Multiple subscript assignment not supported for this type" }
{ 1, 2, 3 }
azyxef
{ 1, 42, 3 }
dict{ "c" -> 3 }
3
7
7
7
b
1