diff options
Diffstat (limited to 'heat/TypeBundle.java')
-rw-r--r-- | heat/TypeBundle.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/TypeBundle.java b/heat/TypeBundle.java index d8bfb4f..ac00e71 100644 --- a/heat/TypeBundle.java +++ b/heat/TypeBundle.java @@ -53,4 +53,8 @@ class TypeBundle { return this.type; } + public ClassInstance getInstance() { + return this.instance; + } + } |