added some more code to store interfaces specified in the implementing class

This commit is contained in:
hyunghwan.chung
2018-10-10 08:55:11 +00:00
parent 2f65380c06
commit 6676e349ca
2 changed files with 195 additions and 132 deletions

View File

@ -6,7 +6,7 @@ interface X11able
method(#dual) def.
}
class X11(Object) from 'x11'
class X11(Object) [X11able] from 'x11'
{
## =====================================================================
## this part of the class must match the internal