Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
smartcasts
/
assertIs.kt
blob: 12cf6d55de5b9e7ec9b5af5efc11085d041eee1c [
file
]
// RUN_PIPELINE_TILL: BACKEND
import
kotlin
.
test
.*
fun foo
(
arg
:
Any
)
{
assertIs
<
String
>(
arg
,
""
)
arg
.
length
}
/* GENERATED_FIR_TAGS: functionDeclaration, smartcast, stringLiteral */