Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
smartcasts
/
assertIs.fir.txt
blob: 6cecc56fdcc4da6a7c6937f01d6ed064d0044831 [
file
]
FILE: assertIs.kt
public final fun foo(arg: R|kotlin/Any|): R|kotlin/Unit| {
R|kotlin/test/assertIs|<R|kotlin/String|>(R|<local>/arg|, String())
R|<local>/arg|.R|kotlin/String.length|
}