summaryrefslogtreecommitdiff
path: root/test/files/pos/t3946/Test_1.scala
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-12-07 16:21:53 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-12-07 16:21:53 +0000
commit2087a249ac07195e3c78417f2dfca6587e461f99 (patch)
treeabfb543b40cb779be381475c33e817e87d5cc3fb /test/files/pos/t3946/Test_1.scala
parent0f188e1b47932b05d65d699dba88dd98dd191c17 (diff)
downloadscala-2087a249ac07195e3c78417f2dfca6587e461f99.tar.gz
scala-2087a249ac07195e3c78417f2dfca6587e461f99.tar.bz2
scala-2087a249ac07195e3c78417f2dfca6587e461f99.zip
follow up on fix #3946.
Diffstat (limited to 'test/files/pos/t3946/Test_1.scala')
-rw-r--r--test/files/pos/t3946/Test_1.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t3946/Test_1.scala b/test/files/pos/t3946/Test_1.scala
new file mode 100644
index 0000000000..542b9b160d
--- /dev/null
+++ b/test/files/pos/t3946/Test_1.scala
@@ -0,0 +1,5 @@
+package q {
+ class B extends p.A {
+ override protected def f() { }
+ }
+}