Skip to content

Commit ffa2682

Browse files
committed
Remove unnecessary test
1 parent abe1879 commit ffa2682

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/neg-custom-args/fatal-warnings/i15503i.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ package foo.test.scala.annotation:
4646
def a1(a: Int) = a // OK
4747
def a2(a: Int) = default_int // ok
4848

49-
private def a2_p(a: Int) = default_int // error
50-
def a2_p_used = a2_p(3)
51-
5249
def a3(@unused a: Int) = default_int //OK
5350

5451
def b1 =

0 commit comments

Comments
 (0)