FIR call resolve: set values of dispatch & extension receivers

This commit is contained in:
Mikhail Glukhikh
2019-08-27 17:43:32 +03:00
parent 67a7243361
commit b531e535b6
81 changed files with 337 additions and 237 deletions
+1 -1
View File
@@ -1 +1 @@
R|elvis/WithElvis.value|
D|this@R|elvis/WithElvis||.R|elvis/WithElvis.value|
+1 -1
View File
@@ -1 +1 @@
R|/Foo.x| = Int(42)
D|this@R|/Foo||.R|/Foo.x| = Int(42)
+1 -1
View File
@@ -1 +1 @@
R|/Foo.x| = Int(42)
D|this@R|/Foo||.R|/Foo.x| = Int(42)
+1 -1
View File
@@ -8,5 +8,5 @@ FILE: main.kt
lval y: <implicit> = Double(2.0)
}
public final fun bar(x: R|kotlin/Int|, y: R|kotlin/Int|): R|kotlin/Int| {
^bar R|<local>/x|.R|kotlin/Int.plus|(R|<local>/y|)
^bar D|R|<local>/x||.R|kotlin/Int.plus|(R|<local>/y|)
}