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 abe1879 commit ffa2682Copy full SHA for ffa2682
tests/neg-custom-args/fatal-warnings/i15503i.scala
@@ -46,9 +46,6 @@ package foo.test.scala.annotation:
46
def a1(a: Int) = a // OK
47
def a2(a: Int) = default_int // ok
48
49
- private def a2_p(a: Int) = default_int // error
50
- def a2_p_used = a2_p(3)
51
-
52
def a3(@unused a: Int) = default_int //OK
53
54
def b1 =
0 commit comments