Add EnumEntries to minimal-stdlib-for-tests
This change allows to revert adding `WITH_STDLIB` directive to tests which happened at `a9343aeb`. Co-authored-by: Alexander Udalov <Alexander.Udalov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
3b9724d20e
commit
bcfafc601e
+24
-25
@@ -1,4 +1,3 @@
|
||||
// WITH_STDLIB
|
||||
// FILE: test.kt
|
||||
|
||||
enum class E() {
|
||||
@@ -36,36 +35,36 @@ fun box() {
|
||||
// but not for the allocation of the object.
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:23 box
|
||||
// test.kt:22 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:4 <clinit>
|
||||
// test.kt:5 <clinit>
|
||||
// test.kt:6 <clinit>
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:8 foo
|
||||
// test.kt:10 foo
|
||||
// test.kt:7 foo
|
||||
// test.kt:9 foo
|
||||
// test.kt:22 box
|
||||
// test.kt:23 box
|
||||
// test.kt:24 box
|
||||
// test.kt:16 <clinit>
|
||||
// test.kt:15 <clinit>
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:17 <clinit>
|
||||
// test.kt:16 <clinit>
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:18 <clinit>
|
||||
// test.kt:17 <clinit>
|
||||
// test.kt:25 box
|
||||
// test.kt:16 <clinit>
|
||||
// test.kt:24 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:23 box
|
||||
// test.kt:12 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:12 <init>
|
||||
// test.kt:4 <init>
|
||||
// test.kt:23 box
|
||||
// test.kt:10 foo
|
||||
// test.kt:8 E$foo$lambda
|
||||
// test.kt:16 E2_initEntries
|
||||
// test.kt:15 <init>
|
||||
// test.kt:15 <init>
|
||||
// test.kt:18 E2_initEntries
|
||||
// test.kt:15 <init>
|
||||
// test.kt:15 <init>
|
||||
// test.kt:25 box
|
||||
// test.kt:22 box
|
||||
// test.kt:11 <init>
|
||||
// test.kt:3 <init>
|
||||
// test.kt:11 <init>
|
||||
// test.kt:3 <init>
|
||||
// test.kt:22 box
|
||||
// test.kt:9 foo
|
||||
// test.kt:7 E$foo$lambda
|
||||
// test.kt:15 E2_initEntries
|
||||
// test.kt:14 <init>
|
||||
// test.kt:14 <init>
|
||||
// test.kt:17 E2_initEntries
|
||||
// test.kt:14 <init>
|
||||
// test.kt:14 <init>
|
||||
// test.kt:24 box
|
||||
|
||||
Reference in New Issue
Block a user