Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
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
){
}
}