Newer
Older
zweic / tests / 2 / sys12.txt.zwei
@glproj03 glproj03 on 24 Nov 2005 149 bytes added errorSys12.txt.zwei, ()()
  1. //test selector
  2. //not correct
  3. class Temp {
  4.  
  5. Int bla() {
  6. "hello".first().second().third;
  7.  
  8. }
  9. Null func() {
  10. error;
  11. }
  12. }
  13. true