I asked this question in scala-salat Google group, but no response there for a few days, hence trying here.
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):