summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531/src/CrashOnLoad.scala
blob: 21d39c89233b1862d2e9a5750d17f4b942ad45f6 (plain) (blame)
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. /*!*/
}