Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
dataFlowValueRendering
/
complexIdentifierWithImplicitReceiver.kt
blob: 92afe1bcb4ca00f5a34835bab3fab13ae5302539 [
file
] [
log
] [
blame
]
fun C
.
outer
(
a
:
Any
?)
{
if
(
x
is
String
)
{
<caret>
null
}
}
class
C
{
val x
:
Any
?
=
null
}