-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Milestone
Description
It seems like try catch generates invalid bytecode in a few different scenarios:
import stdlib.IllegalArgumentException;
try {
} catch e as IllegalArgumentException {
}gives:
Illegal exception table range in class file script/trycatch
and
import stdlib.IllegalArgumentException;
for i in 0 .. 10 {
try {
println("Working");
} catch e as IllegalArgumentException {
}
}gives:
Inconsistent stackmap frames at branch target 38
Metadata
Metadata
Assignees
Labels
No labels