Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
dataFlowValueRendering
/
complexIdentifierWithReceiver.kt
blob: ca1b6604dae4e686b436824c91ea055b650d827b [
file
]
fun C
.
outer
(
a
:
Any
?)
{
if
(
this
.
x
is
String
)
{
<caret>
null
}
}
class
C
{
val x
:
Any
?
=
null
}