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 b19ab85 commit c233370Copy full SHA for c233370
tests/pos/tailcall/i2024.scala
@@ -0,0 +1,4 @@
1
+object Test {
2
+// def main(args: Array[String]): Unit = { }
3
+ def assume[T]: Any = assume
4
+}
0 commit comments