mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
test++
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Foreign {
|
||||
void foo(MoveMethodTest moveMethodTest, MoveMethodTest.Inner inner) {
|
||||
moveMethodTest.bar (inner);
|
||||
}
|
||||
}
|
||||
|
||||
class MoveMethodTest {
|
||||
void bar(Inner inner) {}
|
||||
|
||||
class Inner {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user