test/javax/script/GetInterfaceTest.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* * @test * @bug 6960211 * @summary JavaScript engine allows creation of interface although methods not available. + * @run main/othervm -Djava.awt.headless=true GetInterfaceTest */ import javax.script.*; public class GetInterfaceTest {