blob: be9b4be97f4ccffdef97436531c9f35522a7a498 [file] [log] [blame]
/**
* Need this header comment to have inexact matches occur.
*/
package j5;
public class Bug49994 {
int field;
public Bug49994(String str) {}
void bar() {}
/**
* @see #field
* @see #bar()
* @see #Bug49994(String)
*/
void foo() {}
}