Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/smartcasts/assertIs.fir.txt
T
2021-07-07 14:28:00 +03:00

6 lines
210 B
Plaintext
Vendored

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|
}