summaryrefslogblamecommitdiff
path: root/test/files/neg/t1872.scala
blob: 0ebee0b32d4fdadd528de2be1eb99805b2df1e9d (plain) (tree)
1
2
3
4



                                                                 
class A {
  // a true result here would necessitate profound soul searching
  def f(x: Int) = x.isInstanceOf[util.Random]
}