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 33ece58 commit 7adf9f9Copy full SHA for 7adf9f9
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