Closed scabug closed 13 years ago
Imported From: https://issues.scala-lang.org/browse/SI-2633?orig=1 Reporter: @gaydenko
@milessabin said: I can't reproduce this on trunk, because it was fixed in r19144. Positions can't (currently) be guaranteed to be valid in the presence of errors syntax or type errors, so validation is only performed if there are none.
Preamble: I wasn't going to open the ticket - the issue takes place while using NetBeans plugin - but both Miles and Caoyuan have recommended me to open.
Accidentally, during editing, there was such fragment in editor:
After hitting '.' the error shown below rises. I have tried to reproduce - it was reproduced always.