Sign in
android
/
platform
/
tools
/
idea
/
9edc8f6b58f71ec510ba36b838f115718d9a174d
/
.
/
plugins
/
java-i18n
/
testData
/
suppression
/
beforeStringLiteral.java
blob: fc9a077516a9129d7f3bc5b967903e4902eb25b0 [
file
] [
log
] [
blame
]
// "Suppress for statement with comment" "true"
class
C
{
{
String
s
=
"<caret>tyypoo"
;
System
.
out
.
println
(
s
);
}
}