This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: catch statement inside a new class don't compile


Vladimir Tsichevski wrote:
Hi,

compilation of this statement:

(define-simple-class Test ()
 (children)

 ((children)
  (catch #t (lambda() children)(lambda args '()))
  )
 )

results in the following error:

It now results in:


not implemented: variable reference to a method
--
	--Per Bothner
per at bothner dot com   http://per.bothner.com/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]