Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
SmartCastOfThis1.dump
blob: ece7d2101eaac1e2141b1bcc165d7216cffdcf35 [
file
]
Resolve
target
:
fun foo
():
kotlin
.
Unit
----------------------------------------------
class
C
{
fun foo
(){}
}
fun
Any
.
f
()
{
if
(
this
!
is
C
)
return
<caret>
foo
()
}