mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
test++
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class YoYo {
|
||||
private YoYoYo myYoYoYo;
|
||||
|
||||
void <caret>foo () {
|
||||
myYoYoYo.getClass();
|
||||
}
|
||||
}
|
||||
|
||||
class YoYoYo extends YoYo {}
|
||||
Reference in New Issue
Block a user