mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-14 07:37:00 +07:00
12 lines
152 B
Java
12 lines
152 B
Java
class Main {
|
|
Test test;
|
|
void foo() {
|
|
test.getClass().getField("<caret>");
|
|
}
|
|
}
|
|
|
|
class Test {
|
|
public int num;
|
|
public int num2;
|
|
int num3;
|
|
} |