aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t3622/Test.scala
blob: d18953bbaca41de5931b78e37834c502f1977448 (plain) (blame)
1
2
3
4
5
package test

class Test extends MyAsyncTask {
  protected[test] def doInBackground1(args: Array[String]): String = ""
}