mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test++
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
class Foreign {
|
||||
/**
|
||||
* @param test1
|
||||
*/
|
||||
void foo(Test1 test1) {
|
||||
test1.bar();
|
||||
}
|
||||
}
|
||||
|
||||
public abstract class Test1 {
|
||||
|
||||
/**
|
||||
* @see Foreign#foo(Test1)
|
||||
*/
|
||||
void bar () {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user