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