mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 00:17:39 +00:00
Moved test resource files to a better matching location
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class ForLoop {
|
||||
public static void main(String[] args) {
|
||||
// before loop
|
||||
for (int i = 0; i < 10; i++) {
|
||||
// start of block
|
||||
System.out.println(i);
|
||||
// end of block
|
||||
}
|
||||
// after loop
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user