Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

continue 多层嵌套会抛出异常:java.lang.ArrayIndexOutOfBoundsException: -1 #135

Open
Marswxq opened this issue Apr 14, 2021 · 2 comments

Comments

@Marswxq
Copy link

Marswxq commented Apr 14, 2021

a = 10 ; for (i=0;i<a;i++){ if(i<a){a=a-1; println(i) ;if(i==4){continue ; } continue;}}

@baoxingjie
Copy link
Contributor

已经注意到这个问题,近期尝试修改下

@DQinYuan
Copy link
Collaborator

已经注意到这个问题,近期尝试修改下

#130

我这个 PR 可以完美解决这个问题 @baoxingjie

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants