blob: 6c443118721f69387a44d0e9c6114b9807b14a5f [file] [log] [blame]
enum /* about to add an enum here */
class A {
void foo(int x) {
print(x * 42);
}
}
enum E /* about to add an enum here */
int f() {}