[FIR] Fix incompatible KClass<Any> and callable reference Collection::class, ^KT-51272 Fixed
This commit is contained in:
Vendored
+4
@@ -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
|
||||
Reference in New Issue
Block a user