leo/compiler/tests/syntax/identifiers/self_keyword_fail.leo

3 lines
40 B
Plaintext

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