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

3 lines
40 B
Plaintext
Raw Normal View History

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