aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2188.scala
blob: 4129977ac4d6b739f198e75542a3e189b0050151 (plain) (blame)
1
2
3
4
5
class Fill(elem: => Int) {
  class Iter {
    def next(): Int = elem
  }
}