blob: af1fbfa485f2ac99628a83f8a380c6d6f54f7ac1 [file] [log] [blame]
// @dart = 2.16
enum T { t(); void test() { print("Success"); } }
void main() {}