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 3ddd88a commit 7f3a0cfCopy full SHA for 7f3a0cf
tests/neg/i4373a.scala
@@ -0,0 +1,3 @@
1
+// ==> 040fb47fbaf718cecb11a7d51ac5a48bf4f6a1fe.scala <==
2
+object x0 {
3
+ val x0 : _ with // error // error // error
tests/neg/i4373b.scala
@@ -0,0 +1,4 @@
+// ==> 05bef7805687ba94da37177f7568e3ba7da1f91c.scala <==
+class x0 {
+ x1: // error
4
+ x0 | _ // error // error
tests/neg/i4373c.scala
+// ==> 18b253a4a89a84c5674165c6fc3efafad535eee3.scala <==
+ def x1[x2 <:_[ // error // error // error
0 commit comments