Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
SmartCastOfThis2.kt
blob: db1411146f8277716ea58360a8b6b1c5cd418937 [
file
]
class
C
{
fun foo
(){}
}
fun
Any
.
f
()
{
if
(
this
!
is
C
)
return
this
.<
caret
>
foo
()
}