Files
kotlin-fork/compiler/testData/cfg/expressions/qualifiedExpressionWithoutSelector.values
T
Alexey Sedunov e11ffb8542 Pseudocode: Replace UnsupportedElementInstruction with UNSUPPORTED_ELEMENT magic.
Generate UNSUPPORTED_ELEMENT for assignments with unresolved left-han side
2014-07-28 13:04:00 +04:00

11 lines
300 B
Plaintext
Vendored

== foo ==
fun foo(s: String) {
s.
}
---------------------
<v0>: String NEW: magic[FAKE_INITIALIZER](s: String) -> <v0>
s <v1>: * NEW: r(s) -> <v1>
s. <v2>: * NEW: magic[UNSUPPORTED_ELEMENT](s.|<v1>) -> <v2>
{ s. } <v2>: * COPY
=====================