< prev index next >

test/jdk/com/sun/tools/jextract/unresolved/TestResolveCrossHeader.java

Print this page

        

*** 22,33 **** */ import org.testng.annotations.*; import static org.testng.Assert.*; ! import org.a.Foo; ! import org.b.Bar; import java.foreign.Scope; /* * @test --- 22,33 ---- */ import org.testng.annotations.*; import static org.testng.Assert.*; ! import org.a_h.Foo; ! import org.b_h.Bar; import java.foreign.Scope; /* * @test
< prev index next >