diff options
| author | bd-912 <bdunahu@colostate.edu> | 2024-04-02 23:23:06 -0600 |
|---|---|---|
| committer | bd-912 <bdunahu@colostate.edu> | 2024-04-02 23:23:06 -0600 |
| commit | 0ae01301d572b2e69585c4d1cb753ed7fc89dfe3 (patch) | |
| tree | af2923bdaf9f0810f780634af39816c87e902eae /vaporize/tests_easy/ex1.java | |
| parent | 35b1ec663c4bf233c1beba823d2c2ebd2759289e (diff) | |
Store SymTable child information as an array of strings
Diffstat (limited to 'vaporize/tests_easy/ex1.java')
| -rw-r--r-- | vaporize/tests_easy/ex1.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vaporize/tests_easy/ex1.java b/vaporize/tests_easy/ex1.java new file mode 100644 index 0000000..22f0aa0 --- /dev/null +++ b/vaporize/tests_easy/ex1.java @@ -0,0 +1,11 @@ +class ex1{ + public static void main(String[] a){ + System.out.println(1); + } +} + +class A { + public int foo() { + return 1 ; + } +} |
