[FIR] Create CFG node for ::class calls
This commit is contained in:
committed by
teamcityserver
parent
c5ce52eef5
commit
9b00776dba
@@ -0,0 +1,7 @@
|
||||
FILE: classCallInLambda.kt
|
||||
public final fun test(x: R|kotlin/String|): R|kotlin/reflect/KClass<*>| {
|
||||
^test R|<local>/x|.R|kotlin/let|<R|kotlin/String|, R|kotlin/reflect/KClass<out kotlin/String>|>(<L> = let@fun <anonymous>(it: R|kotlin/String|): R|kotlin/reflect/KClass<out kotlin/String>| <inline=Inline, kind=EXACTLY_ONCE> {
|
||||
^ <getClass>(R|<local>/it|)
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user