summaryrefslogtreecommitdiff
path: root/test/files/scalap/wildcardType/result.test
blob: aa3d5d53bca70ea0e355a836c4b80a210583a952 (plain) (blame)
1
2
3
class WildcardType extends java.lang.Object with scala.ScalaObject {
  def this(f : scala.Function1[scala.Int, _]) = { /* compiled code */ }
}