blob: 1b381b720999283ea9875ad7f2561e86951dd7d2 [file]
fun Any.test() {
val x: () -> Int = when (this) {
is String -> { { <!DEBUG_INFO_IMPLICIT_RECEIVER_SMARTCAST!>length<!> } }
else -> { { 1 } }
}
<!UNRESOLVED_REFERENCE!>length<!>
}