Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
nullability
/
VariableComparedWithNull.java
blob: d23667287b0ca495c4a5a4e7e0c34cd92ec94a5a [
file
] [
log
] [
blame
]
//method
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
void
foo
()
{
String
s
=
bar
();
if
(
s
!=
null
)
{
zoo
(
s
);
}
}