import org.jetbrains.annotations.NonNls; class Foo { @NonNls private static final Object xxx = "42"; class Bar { void foo() { } } }