Skip to content

Commit 2fea4ac

Browse files
committed
Fix syntax of failing test in master
1 parent ab03d87 commit 2fea4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pos/i11078b.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
class Test {
22
trait Foo[A <: Foo[A]]
33

4-
trait FooWrapper with self =>
4+
trait FooWrapper:
5+
self =>
56
type A <: Foo[A]
67
def doThing(foo: FooWrapper): FooWrapper { type A = self.A } = ???
78
end FooWrapper

0 commit comments

Comments
 (0)