mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] Unmute passing K2 evaluator tests
GitOrigin-RevId: 8d2ada782c7869eb9d94a957590381d84a90b36c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
22ab3ae39b
commit
0e966247ae
@@ -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;
|
||||
@@ -26,6 +26,4 @@ fun block(block: () -> Unit) {
|
||||
// RESULT: 6: I
|
||||
|
||||
// EXPRESSION: super.foo()
|
||||
// RESULT: 5: I
|
||||
|
||||
// IGNORE_K2
|
||||
// RESULT: 5: I
|
||||
@@ -19,6 +19,4 @@ class Bar : Foo() {
|
||||
// RESULT: 6: I
|
||||
|
||||
// EXPRESSION: super.foo()
|
||||
// RESULT: 5: I
|
||||
|
||||
// IGNORE_K2
|
||||
// RESULT: 5: I
|
||||
Reference in New Issue
Block a user