[FIR] Create CFG node for ::class calls
This commit is contained in:
committed by
teamcityserver
parent
c5ce52eef5
commit
9b00776dba
@@ -0,0 +1,7 @@
|
||||
// WITH_STDLIB
|
||||
// DUMP_CFG
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
fun test(x: String): KClass<*> {
|
||||
return x.let { it::class }
|
||||
}
|
||||
Reference in New Issue
Block a user