summaryrefslogtreecommitdiff
path: root/boil/tests
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-23 15:04:43 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-23 15:04:43 -0600
commit1cbc6acab2c1bd745649a639db023b0f6c87f821 (patch)
treecccc43f8849c00cf6d90806156e9a8c918a08248 /boil/tests
parentdf648047d1899345dd8b2d82f78b480712d4d8d6 (diff)
Cleanup BoilSimp -> BoilVisitor
Diffstat (limited to 'boil/tests')
-rw-r--r--boil/tests/ex32.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/boil/tests/ex32.java b/boil/tests/ex32.java
index 4ab80d6..f38ef62 100644
--- a/boil/tests/ex32.java
+++ b/boil/tests/ex32.java
@@ -7,6 +7,7 @@ class ex32 {
}
class A {
+ int z ;
public int foo(int a, int b, int c, int d) {
return 22 ;
}