blob: 44ad7b67a3d8338a0f1d43bcd84c2f950c473a73 [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() {}
}