Closed mrodz closed 9 months ago
class B {} class A { inner: B fn set(self) { self.inner = B() } }
<N/A>
Set inner to B()
inner
ClassSelf
class
make_function
Snippet Responsible
Stack Trace of Error
Expected Behavior
Set
inner
to B()Any ideas where MScript breaks?
Brain Dump (Optional)
ClassSelf
is not being handled correctlyclass
does not handle dependencies correctly.make_function
instruction