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.
2 parents 33ece58 + 7adf9f9 commit a70d191Copy full SHA for a70d191
tests/pos/i10366.scala
@@ -0,0 +1,7 @@
1
+import scala.compiletime.testing._
2
+
3
+object Test:
4
+ implicit class ShouldWrapper(lhs: Boolean):
5
+ def shouldBe(rhs: Boolean): Unit = ???
6
7
+ typeChecks("class Bar") shouldBe true
0 commit comments