From c3d4ff012c568a50e3403caf040de704bc201101 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Sun, 7 Apr 2024 13:25:40 -0600 Subject: Update vaporize visitor for new ST, observe hard work pay off --- st/AbstractInstance.java | 1 + 1 file changed, 1 insertion(+) (limited to 'st/AbstractInstance.java') diff --git a/st/AbstractInstance.java b/st/AbstractInstance.java index bddaccf..241991d 100644 --- a/st/AbstractInstance.java +++ b/st/AbstractInstance.java @@ -33,6 +33,7 @@ public abstract class AbstractInstance { * If the scope is a ClassInstance, add the classes' methods, * and the class itself. */ + // FIXME add third pass to properly add all scope information if (ins instanceof MethodInstance) this.scope.add(ins); else if (ins instanceof ClassInstance) { -- cgit v1.2.3