val test: Int = listOf().map { when (it) { is Int -> it else -> throw AssertionError() } }.sum()