johns-branch #17

Merged
i22005 merged 17 commits from johns-branch into main 2024-07-01 21:08:24 +00:00
Showing only changes of commit 8cd22c6e4c - Show all commits

View File

@ -4,15 +4,8 @@ public class Example {
public static int testMethod(int b, boolean bo){
a = b;
if(bo){
}
return a;
}
public static void testMethod(int b){
}
}