No reported error when shared method references subobject not part of template type.
gwikland opened this issue · 1 comments
gwikland commented
template foo {
shared method enter_failed() {
failed.enter();
}
group failed {
method enter() {}
}
}
JonatanWaern commented
Blocked by #65