From 797440387c1ec590914ccb45c1350dce2b549a92 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Fri, 26 Apr 2024 20:57:37 -0600 Subject: HeatVisitor.MethodDeclaraction checks correct return type --- heat/TypeBundle.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'heat/TypeBundle.java') 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; + } + } -- cgit v1.2.3