blob: 0b17a480f1d42b25bc0888fab256ddbcd7726c5e [file] [log] [blame]
// "Create Enum 'Foo'" "true"
public class Test {
void f(I i) {}
{
f(Fo<caret>o.CONST);
}
}
interface I {}