blob: d13722573727f24fe6ef5143f709cc0f7fb9d3a0 [file] [log] [blame]
fun foo(arg: Any) {
if (arg is String) {
(arg as String).length
}
}