blob: a9973ea2f051390074b25578af79c92c4555cb66 [file]
val test: Int = listOf<Any>().map {
when (it) {
is Int -> <!DEBUG_INFO_SMARTCAST!>it<!>
else -> throw AssertionError()
}
}.sum()