Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android11-mainline-extservices-release
/
.
/
plugins
/
java-i18n
/
testData
/
suppression
/
afterStringLiteral.java
blob: 4e51b224e9774646e9e9f21f4b35ef08af128426 [
file
] [
log
] [
blame
] [
edit
]
// "Suppress for statement with comment" "true"
class
C
{
{
//noinspection SpellCheckingInspection
String
s
=
"tyypoo"
;
System
.
out
.
println
(
s
);
}
}