leo/tests/fail/parse/syntax/self_keyword_fail.leo

3 lines
42 B
Plaintext

function main() {
const Self = 0u32;
}