blob: 59e03587fccd27f5425c5af16d54d1c45e6b35d4 [file] [log] [blame]
class Foo {
enum Bar {
}
def foo() {
B<ref>ar b = null
}
}