aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t4737/S_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t4737/S_2.scala')
-rw-r--r--tests/untried/pos/t4737/S_2.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/untried/pos/t4737/S_2.scala b/tests/untried/pos/t4737/S_2.scala
new file mode 100644
index 000000000..dc89d1316
--- /dev/null
+++ b/tests/untried/pos/t4737/S_2.scala
@@ -0,0 +1,10 @@
+package s
+
+import j.J_1
+
+class ScalaSubClass extends J_1 {
+ override def method(javaInnerClass: J_1#JavaInnerClass): Unit = {
+ println("world")
+ }
+}
+