summaryrefslogtreecommitdiff
path: root/test/files/pos/protected-static/S.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/protected-static/S.scala')
-rw-r--r--test/files/pos/protected-static/S.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/pos/protected-static/S.scala b/test/files/pos/protected-static/S.scala
new file mode 100644
index 0000000000..644633546d
--- /dev/null
+++ b/test/files/pos/protected-static/S.scala
@@ -0,0 +1,7 @@
+package bippy
+
+object Test extends J {
+ def main(args: Array[String]): Unit = {
+ bippy.J.f()
+ }
+}