JVM_IR. Accessor lowering
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// Enable for JVM backend when KT-8120 gets fixed
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
@@ -26,4 +25,4 @@ fun box(): String {
|
||||
if (log != "111") return "fail: ${log}"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// Enable for JVM backend when KT-8120 gets fixed
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
class A {
|
||||
val a = 1
|
||||
fun calc () : Int {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun box(): String {
|
||||
var log = ""
|
||||
|
||||
@@ -22,4 +21,4 @@ fun box(): String {
|
||||
if (log != "(1;1)(1;1)(1;1)") return "fail: ${log}"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user