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 */