From 0ae01301d572b2e69585c4d1cb753ed7fc89dfe3 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Tue, 2 Apr 2024 23:23:06 -0600 Subject: Store SymTable child information as an array of strings --- vaporize/tests_easy/ex1.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vaporize/tests_easy/ex1.java (limited to 'vaporize/tests_easy/ex1.java') 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 ; + } +} -- cgit v1.2.3