blob: 03076384014f8f9cf64e6524cf428cde12fc0521 [file] [log] [blame]
package tryresources18_in;
public class TestLambda2 {
private TestLambda2 log;
void test() {
Runnable r = () -> /*[*/log/*]*/.info("Processing rule #{} {}", "");
}
private void info(String string, Object object) throws GridException1 {}
}
@SuppressWarnings("serial")
class GridException1 extends Exception {}