Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
annotations
/
suppressWarnings.java
blob: dfa209ccf195b3e63f849c79f6f79e7dbfcb4f63 [
file
] [
log
] [
blame
]
@SuppressWarnings
(
"ALL"
)
public
class
A
{
@SuppressWarnings
(
"ALL"
)
public
A
(){
}
@SuppressWarnings
(
"ALL"
)
public
int
b
=
0
;
@SuppressWarnings
(
"ALL"
)
public
void
a
(
@SuppressWarnings
(
"ALL"
)
int
i
){
}
}