blob: 74537d41e2c0a98e4b02a1d55db58ac3812aa294 [file] [log] [blame]
class Demo {
public static void main(String[] args) {
Runnable r = () -> <error descr="void is not a functional interface">() -> () -> {}</error>;
}
}