blob: c23feda2ca8e2e15c0b335415d8f60a169970ebd [file] [log] [blame]
import java.lang.AutoCloseable
public class Foo {
void m() {
getStream().twr<caret>
}
AutoCloseable getStream()
{
return null;
}
private class Exception extends java.lang.Exception
{
}
}