Files
kotlin-fork/compiler/testData/writeFlags/property/enumFields.kt
T
Nikolay Lunyak bcfafc601e 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>
2023-03-02 10:23:38 +00:00

12 lines
266 B
Kotlin
Vendored

enum class Test {
A
}
// TESTED_OBJECT_KIND: property
// TESTED_OBJECTS: Test, $VALUES
// FLAGS: ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
// TESTED_OBJECT_KIND: property
// TESTED_OBJECTS: Test, A
// FLAGS: ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ENUM