Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
dataFlowValueRendering
/
multipleVariables.kt
blob: 8ac8dd633b98e2c60657532a9d55c1de1c3452c7 [
file
]
fun outer
(
a
:
Any
?)
{
fun inner
(
b
:
Any
?)
{
if
(
a
is
String
&&
b
is
String
)
{
<caret>
null
}
}
}