Source status
Repro
#import "Basic";
main :: () {
assert(false, "assertion message");
}
Expected behavior
I expect the message "assertion message" to be printed out
OpenJai behavior
Notes
Maybe print some more nformation as well (e.g. what assertion, location)
Source status
Repro
#import "Basic";
main :: () {
assert(false, "assertion message");
}
Expected behavior
I expect the message "assertion message" to be printed out
OpenJai behavior
Notes
Maybe print some more nformation as well (e.g. what assertion, location)