langtools/test/tools/javac/T8173955/MessageForInterfaceTest.java
author vromero
Wed, 08 Feb 2017 06:43:34 -0800
changeset 43756 118221d3960d
permissions -rw-r--r--
8174027: error message should adapt to the corresponding top level element Reviewed-by: mcimadamore

/*
 * @test  /nodynamiccopyright/
 * @bug 8174027
 * @summary error message should adapt to the corresponding top level element
 * @compile/fail/ref=MessageForInterfaceTest.out -XDrawDiagnostics MessageForInterfaceTest.java
 */

public interface MessageForInterfaceTest_ {}