blob: bd9d0463e62236c832149e9db28c900c0b81da00 [file] [log] [blame]
class Foooo {
interface Bar {}
}
class Bar {
{
Foooo.Bar c = new Fooo<caret>x
}
}