blob: f7523c61078d5b3bc1a43f95945df2f6038b4880 [file] [log] [blame]
class Test {
interface I {
void foo();
}
{
I i = Unknown::<caret>
}
}