Skip to content

Commit

Permalink
Add keywords true and false
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Jan 18, 2024
1 parent fba0909 commit 9fc43a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ class JavaEmitter(
"catch", "extends", "int", "short", "try",
"char", "final", "interface", "static", "void",
"class", "finally", "long", "strictfp", "volatile",
"const", "float", "native", "super", "while"
"const", "float", "native", "super", "while",
"true", "false"
)
}
}

0 comments on commit 9fc43a1

Please sign in to comment.