summaryrefslogtreecommitdiff
path: root/test/files/scalap/wildcardType.check
blob: 6ea696647e2ab522a85f0b74f443cb688d62a72c (plain) (blame)
1
2
3
class WildcardType extends scala.AnyRef {
  def this(f: scala.Function1[scala.Int, _]) = { /* compiled code */ }
}