aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_string_index.bad
blob: 733bc466021f632160389343682e7b6fe3d47589 (plain)
1
2
3
4

/* ERRORS */
byte a = "hello"#[5];
byte b = "hello"#[-1];