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