blob: ae88ae502727a54387f939bbcf0fefb3ced18f9c [file] [log] [blame]
package test
enum class EnumClassWithChanges {
CONST_1,
CONST_3,
CONST_4
}