j3.27.0.0 working

This commit is contained in:
Mann Patel
2025-10-11 02:02:27 -06:00
parent 6c591bbf37
commit d80c25c5d7
2973 changed files with 383519 additions and 51603 deletions

View File

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