summaryrefslogtreecommitdiff
path: root/test/files/pos/t3622/test/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3622/test/Test.scala')
-rw-r--r--test/files/pos/t3622/test/Test.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t3622/test/Test.scala b/test/files/pos/t3622/test/Test.scala
new file mode 100644
index 0000000000..fb82c581f9
--- /dev/null
+++ b/test/files/pos/t3622/test/Test.scala
@@ -0,0 +1,5 @@
+package test
+
+class Test extends MyAsyncTask {
+ protected[test] def doInBackground1(args: Array[String]): String = ""
+} \ No newline at end of file