summaryrefslogblamecommitdiff
path: root/test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala
blob: 878bbfa19e25efc3caa2cb237c5cb6003de26208 (plain) (tree)
1
2
3
4
5
6
7


                                                                            

                               

                 
/** When this files is opened within the IDE, a typing error is reported. */
class A[B] extends java.lang.Iterable[B] {
  import scala.collection.JavaConversions._
  def iterator = Iterator.empty

  iterator. /*!*/
}