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