mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-05 20:13:24 +00:00
Moved test resource files to a better matching location
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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