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 c292832 commit 4cfbd36Copy full SHA for 4cfbd36
compiler/test-resources/type-printer/infix
@@ -40,7 +40,7 @@ def foo: Int Mappy Boolean && String
40
scala> @scala.annotation.showAsInfix(false) class ||[T,U]
41
// defined class ||
42
scala> def foo: Int || Boolean = ???
43
-def foo: ||[Int, Boolean]
+def foo: Int || Boolean
44
scala> def foo: Int && Boolean & String = ???
45
def foo: Int && Boolean & String
46
scala> def foo: (Int && Boolean) & String = ???
0 commit comments