
Snippet Responsible
class B {}
class A {
inner: B
fn set(self) {
self.inner = B()
}
}
Stack Trace of Error
Expected Behavior
Set inner to B()
Any ideas where MScript breaks?
Brain Dump (Optional)
ClassSelf is not being handled correctly
- AST
class does not handle dependencies correctly.
- Not handling them at all
- Duplicate names in
make_function instruction