first commit
This commit is contained in:
11
build/node_modules/lexical-scope/test/files/labels.js
generated
vendored
Normal file
11
build/node_modules/lexical-scope/test/files/labels.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
test_label1: while(true) {
|
||||
break test_label1;
|
||||
continue test_label1;
|
||||
}
|
||||
|
||||
function nest() {
|
||||
test_label2: while(true) {
|
||||
break test_label2;
|
||||
continue test_label2;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user