aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t1872.scala
blob: f3c26530489f9f79d6cc3ea830e7d650e72d7621 (plain) (blame)
1
2
3
4
class A {
  // a true result here would necessitate profound soul searching
  def f(x: Int) = x.isInstanceOf[util.Random]
}