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 b3af616 commit 8239303Copy full SHA for 8239303
tests/pos/annot.scala
@@ -6,9 +6,7 @@ class Test {
6
7
@SuppressWarnings(Array("hi", "foo")) def foo2() = ??? //can be deferred as there is a non-generic method
8
9
- @SuppressWarnings("hi") def foo() = ??? // array arguments may also be passed as varargs
10
-
11
- // @SuppressWarnings("hi") def foo3() = ??? // can be written in java and is serialized this way in bytecode. doesn't typecheck
+ @SuppressWarnings("hi") def foo3() = ??? // can be written in java and is serialized this way in bytecode. doesn't typecheck
12
13
@Transient(false) def bar = ???
14
0 commit comments