Skip to content

Commit 1cc6456

Browse files
author
Lucy Martin
committed
deleted wrong file.
1 parent b68bd92 commit 1cc6456

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/neg/i20105.scala

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import scala.annotation.tailrec
2+
@tailrec
3+
def foo(): Unit = // error
4+
def bar(): Unit =
5+
if (???)
6+
foo()
7+
else
8+
bar()
9+
bar()

tests/warn/i20105.check

Whitespace-only changes.

0 commit comments

Comments
 (0)