blob: a95bb2fba4912a35ee11568670b25dd7666051d1 [file] [log] [blame]
package e8;
/* Test case for bug 43080 NPE when searching in CU with incomplete method declaration */
public class A {
native m() {
}
}