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

3 lines
42 B
Plaintext

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