[FE 1.0] Remove type predicate calculation from CFG tests
That logic is hard to support because it used deprecated `OldResolutionCandidate` and `ResolvedCallImpl`. Moreover FIR has own CFG utils.
This commit is contained in:
committed by
teamcity
parent
5f5c3aa534
commit
c0ae68fe93
@@ -25,7 +25,7 @@ fun test() {
|
||||
---------------------
|
||||
foo !<v2>: *
|
||||
bar !<v0>: *
|
||||
bar() <v1>: OR{{<: IntArray}, {<: Int}} NEW: magic[UNRESOLVED_CALL](bar()|!<v0>) -> <v1>
|
||||
foo(bar()) <v3>: * NEW: magic[UNRESOLVED_CALL](foo(bar())|<v1>, !<v2>) -> <v3>
|
||||
{ foo(bar()) } <v3>: * COPY
|
||||
bar() <v1>: * NEW: magic[UNRESOLVED_CALL](bar()|!<v0>) -> <v1>
|
||||
foo(bar()) <v3>: * NEW: magic[UNRESOLVED_CALL](foo(bar())|<v1>, !<v2>) -> <v3>
|
||||
{ foo(bar()) } <v3>: * COPY
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user