blob: 8943fe157c739be9f7adb1f76a33af2844dde8ee [file] [log] [blame]
/**
* {@link C#foo(int)}
*/
class C {
void foo(int i) {
}
}