[kotlin] Unmute passing K2 evaluator tests

GitOrigin-RevId: 8d2ada782c7869eb9d94a957590381d84a90b36c
This commit is contained in:
Yan Zhulanow
2024-03-01 15:53:52 +09:00
committed by intellij-monorepo-bot
parent 22ab3ae39b
commit 0e966247ae
3 changed files with 3 additions and 9 deletions

View File

@@ -11,6 +11,4 @@ fun main(args: Array<String>) {
}
// EXPRESSION: (SomeClass::class.java.annotations[0] as Anno).value
// RESULT: "abc": Ljava/lang/String;
// IGNORE_K2
// RESULT: "abc": Ljava/lang/String;

View File

@@ -26,6 +26,4 @@ fun block(block: () -> Unit) {
// RESULT: 6: I
// EXPRESSION: super.foo()
// RESULT: 5: I
// IGNORE_K2
// RESULT: 5: I

View File

@@ -19,6 +19,4 @@ class Bar : Foo() {
// RESULT: 6: I
// EXPRESSION: super.foo()
// RESULT: 5: I
// IGNORE_K2
// RESULT: 5: I