We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb6b91 commit 8778218Copy full SHA for 8778218
tests/pos/t6225.decompiled
tests/pos/t6225b.decompiled
@@ -0,0 +1,10 @@
1
+/** Decompiled from out/posTestFromTasty/pos/t6225b/library/x/X.class */
2
+package library.x {
3
+ class X() {
4
+ class Foo()
5
+ }
6
+}
7
+/** Decompiled from out/posTestFromTasty/pos/t6225b/library/y/package.class */
8
+package library {
9
+ package object y extends library.x.X()
10
tests/pos/t6225b.scala
@@ -0,0 +1,9 @@
+
+ class X {
+ class Foo
+ package object y extends library.x.X
0 commit comments