Closed
Description
Aladdin: [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=767 contrib 767]
== Code ==
object test {
def foo {
@tailrec def bar(i: Int): Int = ...
...
}
}
== What happened ==
error: illegal start of statement
== What expected ==
There is obviously no use of such an annotation at runtime, but it would be very useful to be able to access it via the AST.