Skip to content

Commit 8778218

Browse files
committed
Make a version of the test without the implicits
1 parent 6bb6b91 commit 8778218

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

tests/pos/t6225.decompiled

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/pos/t6225b.decompiled

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
package library.x {
3+
class X {
4+
class Foo
5+
}
6+
}
7+
package library {
8+
package object y extends library.x.X
9+
}

0 commit comments

Comments
 (0)