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