diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-06 21:10:55 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-06 21:10:55 -0600 |
commit | bb8d3aff71f8f89bed2ab94f382675a2312b1893 (patch) | |
tree | aea71a22ad5a893083feebb661a50a413f4f0049 /st/TypeInstance.java | |
parent | 8e660afb356c1f6d0b9cd115426cf21129e5d304 (diff) |
Add test file, fix minor issues in SymbolTable
Diffstat (limited to 'st/TypeInstance.java')
-rw-r--r-- | st/TypeInstance.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/st/TypeInstance.java b/st/TypeInstance.java index b4031d9..302f9f0 100644 --- a/st/TypeInstance.java +++ b/st/TypeInstance.java @@ -2,8 +2,6 @@ package st; public class TypeInstance extends AbstractInstance { - private AbstractInstance scope; - public TypeInstance(String name, TypeEnum type) { super(name, type); } |