summaryrefslogblamecommitdiff
path: root/test/files/pos/t3622/Test.scala
blob: fb82c581f96d86ae3f2ec482001cf3de91fd26cb (plain) (tree)
1
2
3
4
5




                                                                       
package test

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