{{{
// Why cannot parser compile below code becasue of "/**/"?
method main()
{
/**/
val c1 = new Character { val nativeVal = 'c'; };
val c2 = new Character with { val nativeVal = 'c'; };
}
// And also this one:
method main()
{
/**/
val c1 = new Character { val nativeVal = 'c'; };
val c2 = new Character with { val nativeVal = 'c'; };
}
// some comments at the end of the file...
}}}
Original issue reported on code.google.com by akefi...@gmail.com on 4 Dec 2012 at 12:17
Original issue reported on code.google.com by
akefi...@gmail.com
on 4 Dec 2012 at 12:17