mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 13:20:53 +07:00
9 lines
113 B
Java
9 lines
113 B
Java
abstract class A {
|
|
A(int x){}
|
|
abstract void foo();
|
|
void test(A a){}
|
|
|
|
{
|
|
tes<caret>
|
|
}
|
|
} |