Menu

#19 invoke isn't recognized when using packages

open-out-of-date
nobody
Parsing (3)
5
2011-11-29
2011-08-25
No

I am using the compiler version 1.1.
I compiled the Observer example as it is and it worked nicely.
Then I changed all the classes of the example just putting a package statement at the beginning of each one and put them all into a sub directory named the same of the package. The compiler reports the following errors.

Errors:
./src/xx\Observer.java:39,8:
Syntactic Error: unexpected token "invoke"
./src/xx\Observer.java:43,8:
Syntactic Error: unexpected token "invoke"

Discussion

  • Robert Dyer

    Robert Dyer - 2011-11-29
    • status: open --> open-out-of-date
     
  • Robert Dyer

    Robert Dyer - 2011-11-29

    Does this problem still occur using the 1.2 beta5?