JVM: Update IR bytecode text and signature tests
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// IGNORE_BACKEND: JVM
|
// IGNORE_BACKEND: JVM, JVM_IR
|
||||||
// ^ TODO support new mangling rules in optimizer
|
// ^ TODO support new mangling rules in optimizer
|
||||||
|
|
||||||
fun testUIntRangeForEach() {
|
fun testUIntRangeForEach() {
|
||||||
|
|||||||
+1
@@ -1,4 +1,5 @@
|
|||||||
// TREAT_AS_ONE_FILE
|
// TREAT_AS_ONE_FILE
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
|
|
||||||
import kotlin.coroutines.*
|
import kotlin.coroutines.*
|
||||||
import kotlin.coroutines.intrinsics.*
|
import kotlin.coroutines.intrinsics.*
|
||||||
|
|||||||
+1
@@ -1,4 +1,5 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// FILE: Foo.kt
|
// FILE: Foo.kt
|
||||||
class Foo {
|
class Foo {
|
||||||
var a: Int = 42
|
var a: Int = 42
|
||||||
|
|||||||
Vendored
+1
@@ -1,4 +1,5 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
|
|
||||||
inline class Str(val string: String)
|
inline class Str(val string: String)
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
@@ -1,4 +1,5 @@
|
|||||||
// !API_VERSION: 1.3
|
// !API_VERSION: 1.3
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
fun test() {
|
fun test() {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
fun test() {
|
fun test() {
|
||||||
val result = Result.success("yes!")
|
val result = Result.success("yes!")
|
||||||
|
|||||||
+1
@@ -1,4 +1,5 @@
|
|||||||
// !API_VERSION: LATEST
|
// !API_VERSION: LATEST
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
fun test() {
|
fun test() {
|
||||||
|
|||||||
Vendored
+1
@@ -1,4 +1,5 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
fun test() {
|
fun test() {
|
||||||
val result = Result.success("yes!")
|
val result = Result.success("yes!")
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
inline class A(val s: String) {
|
inline class A(val s: String) {
|
||||||
|
|||||||
Vendored
+1
@@ -1,4 +1,5 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
|
|
||||||
inline class Foo(val x: Int)
|
inline class Foo(val x: Int)
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
@@ -1,4 +1,5 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
|
|
||||||
inline class Foo(val x: Int?)
|
inline class Foo(val x: Int?)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user