Added new directory for LCA_JP3_27_0 with working files

This commit is contained in:
Nicolas Amaya
2025-10-11 17:40:30 -06:00
parent 7d7acbda5a
commit 87087a8937
6 changed files with 69 additions and 22 deletions

View File

@@ -0,0 +1,17 @@
public class test {
void methodOne() {
public class Helper234 {
void doStuff() {
}
}
private class Helper2 {
void doStuff() {
}
}
}
void methodTwo() {
System.out.println("Hello");
}
}