- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Do we have tests for range positions?
Hi,
I tried to find out if we have tests for range positions support in
compiler. I found tests/files/positions but they seem to be not
updated for a while and it's not clear what they do.
Ideally, I'd like to feed a piece of code to compiler and check
positions attached to trees.










Re: Do we have tests for range positions?
On Fri, Dec 2, 2011 at 9:46 AM, Grzegorz Kossakowski <grzegorz [dot] kossakowski [at] gmail [dot] com> wrote:
Re: Do we have tests for range positions?
You cannot really give .check file with expected tree and its positions but I guess it shouldn't be so hard to add if you have time.
hubert
On 12/02/2011 09:52 AM, Adriaan Moors wrote: