mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
test++
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
class Foreign {
|
||||
void foo(Test1.Inner i, Test1 test1) {
|
||||
test1.new Inner();
|
||||
}
|
||||
|
||||
class Inner {}
|
||||
}
|
||||
|
||||
|
||||
public abstract class Test1 {
|
||||
|
||||
class Inner {}
|
||||
|
||||
void bar () {
|
||||
new Foreign().foo(new Inner(), this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user