Skip to content

Commit c233370

Browse files
committed
Check that #2024 is fixed.
1 parent b19ab85 commit c233370

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pos/tailcall/i2024.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
object Test {
2+
// def main(args: Array[String]): Unit = { }
3+
def assume[T]: Any = assume
4+
}

0 commit comments

Comments
 (0)