blob: 29aabf7f78f8f60ea8c762f1e1e42c7631e55a66 [file] [log] [blame]
fun outer(a: Any?) {
if (a is String) {
<caret>null
}
}