Files
tree-sitter-mc/test/corpus/negative/WhileStatement3.txt
2026-01-17 16:29:06 +01:00

12 lines
137 B
Plaintext

====================
WhileStatement3
:error
====================
function main() {
while () {
}
}
--------------------