Skip to content

Commit de8d3f9

Browse files
DarkDimiusfelixmulder
authored andcommitted
Check that #2024 is fixed.
1 parent 4733400 commit de8d3f9

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)