blob: 32cb1a48159d915caa55fbd5c2376faed83c7aa9 [file] [log] [blame]
// ALLOW_AST_ACCESS
package test
enum class Test(a : Int) {
A(0),
B(0) {}
}