@FunctionalInterface interface Inter { void foo(); void bar(); } class Ideone { } }
Standard input is empty
Main.java:2: error: Unexpected @FunctionalInterface annotation
@FunctionalInterface
^
Inter is not a functional interface
multiple non-overriding abstract methods found in interface Inter
1 error
Standard output is empty