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