added moo_walkdic() for internal use

added incomplete interface implementation check
This commit is contained in:
hyunghwan.chung
2018-10-11 14:03:16 +00:00
parent 9656d87816
commit c6c3739572
5 changed files with 106 additions and 34 deletions

View File

@ -32,6 +32,10 @@ class X11(Object) [X11able,selfns.X11able3] from 'x11'
var event_loop_sem, event_loop_proc.
var llevent_blocks.
method(#dual) abc { ^nil }
method(#dual) def { ^nil }
method(#dual) abc3 { ^nil }
interface X11able3
{
method(#dual) abc55.