mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Of course, in order to enable assertions, you have to run the JVM with the -ea switch. Should we detect the use of assertions (easily done) and set a flag (as we do with "hasMain", etc.)?
This commit is contained in:
@@ -546,6 +546,7 @@ public class PdeEmitter implements PdeTokenTypes {
|
||||
break;
|
||||
|
||||
case LITERAL_synchronized: // 0137 to fix bug #136
|
||||
case LITERAL_assert:
|
||||
out.print(ast.getText());
|
||||
dumpHiddenAfter(ast);
|
||||
printChildren(ast);
|
||||
|
||||
Reference in New Issue
Block a user