summaryrefslogtreecommitdiff
path: root/test/files/pos/t7854.scala
blob: d4de7dfe3858b3f3fa293f8ed78ad80201e24000 (plain) (blame)
1
2
3
4
5
class A {
  var f: Int => Unit = _ => ()

  f = null
}