commit | 176066553abe51c9517a9d014c3181e3abcde0d9 | [log] [tgz] |
---|---|---|
author | Sebastian Sellmair <sebastian.sellmair@jetbrains.com> | Wed Mar 19 09:06:09 2025 +0100 |
committer | Sebastian Sellmair <sebastian.sellmair@jetbrains.com> | Wed Mar 19 09:06:09 2025 +0100 |
tree | 346fe16d20fe9df184a1b92e790d16bb965564b9 | |
parent | 276f82ae68c1acad6ce04a84219ec50fc8d27b1e [diff] |
fixup! Allow using 'invokedynamic' for lambdas without 'RUNTIME' annotations
diff --git a/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt b/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt index 885c22e..1534b7c 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt
@@ -1,5 +1,4 @@ // IGNORE_BACKEND_K1: JVM_IR -// JVM_ABI_K1_K2_DIFF: KT-75944 annotation class Ann @Ann open class My
diff --git a/compiler/testData/codegen/bytecodeListing/annotations/literals.kt b/compiler/testData/codegen/bytecodeListing/annotations/literals.kt index 4d15b5a..1ce80af 100644 --- a/compiler/testData/codegen/bytecodeListing/annotations/literals.kt +++ b/compiler/testData/codegen/bytecodeListing/annotations/literals.kt
@@ -1,5 +1,4 @@ // IGNORE_BACKEND_K1: JVM_IR -// JVM_ABI_K1_K2_DIFF: KT-75944 @Target(AnnotationTarget.CLASS) annotation class ClsAnn