summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/AbstractInstance.java1
1 files changed, 1 insertions, 0 deletions
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) {