Skip to content

Commit 4cfbd36

Browse files
committed
Fix test
1 parent c292832 commit 4cfbd36

File tree

1 file changed

+1
-1
lines changed
  • compiler/test-resources/type-printer

1 file changed

+1
-1
lines changed

compiler/test-resources/type-printer/infix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def foo: Int Mappy Boolean && String
4040
scala> @scala.annotation.showAsInfix(false) class ||[T,U]
4141
// defined class ||
4242
scala> def foo: Int || Boolean = ???
43-
def foo: ||[Int, Boolean]
43+
def foo: Int || Boolean
4444
scala> def foo: Int && Boolean & String = ???
4545
def foo: Int && Boolean & String
4646
scala> def foo: (Int && Boolean) & String = ???

0 commit comments

Comments
 (0)