[K2] Disappeared KCLASS_WITH_NULLABLE_TYPE_PARAMETER_IN_SIGNATURE

^KT-59992
This commit is contained in:
Anastasia.Nekrasova
2023-10-26 11:31:08 +03:00
committed by Space Team
parent 1d461684ae
commit 86e175bbf1
4 changed files with 23 additions and 6 deletions
@@ -14,6 +14,9 @@ fun test8() = <!NULLABLE_TYPE_IN_CLASS_LITERAL_LHS!>String?::class<!>
fun <T> test9() where T : Any?, T : Comparable<T> = T::class
fun <T, K> mapOf(e: T, b: K): Map<T, K> = null!!
fun <T, K> <!KCLASS_WITH_NULLABLE_TYPE_PARAMETER_IN_SIGNATURE!>test10<!>() = mapOf(T::class, K::class)
fun <T> listOf(e: T): List<T> = null!!
fun <L> locals() {