[FIR] Fix incompatible KClass<Any> and callable reference Collection::class, ^KT-51272 Fixed

This commit is contained in:
Ivan Kochurkin
2022-02-15 22:07:32 +03:00
committed by teamcity
parent 31d9313c51
commit f751f13c4d
7 changed files with 51 additions and 3 deletions
@@ -0,0 +1,4 @@
package
public fun testOnClass(/*0*/ rootClass: java.lang.Class<kotlin.Any>): kotlin.Int
public fun testOnKClass(/*0*/ rootClass: kotlin.reflect.KClass<kotlin.Any>): kotlin.Int