// ALLOW_AST_ACCESS package test enum class Test(a : Int) { A(0), B(0) {} }