vgrechka
fun qwe_compiles() { val a: A.A2? = run { val b: A = A.A2() when (b) { is A.A2 -> return@run b else -> return@run null } } }