compilation error: define-simple-class

Per Bothner per@bothner.com
Sun Apr 20 02:04:00 GMT 2003


Vladimir Tsichevski wrote:
> Hi,
> 
> here is another one failed compilation :-(
> 
> bash-2.05a$ cat Test.scm
> 
> (define-simple-class Test1 ()
>   ((getChildren) :: <java.util.Vector>
>    (make <java.util.Vector>)
>    )
> 
>  ((children) :: <java.util.Enumeration>
>   (invoke (getChildren) 'elements)
>   )
>  )

This one seems to be fixed now.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/




More information about the Kawa mailing list