The following code causes an IndexOutOfBoundsException in Cascade.
static void test() { while (true) { a(); } } static void a() { }
Log in to post a comment.