Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
IfNotIsErrorQualifier.kt
blob: a4bcd6705959cca00708769354c4eaf7d5ceea56 [
file
]
fun foo
(
p
:
Any
)
{
if
(
p
!
is
String
)
{
kotlin
.
error
(
"Not String"
)
}
println
(<
caret
>
p
.
length
)
}