mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// "Make 'a.i' public" "true"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
private int i;
|
||||
}
|
||||
class b extends a {
|
||||
void f() {
|
||||
int p = <caret>i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user