blob: fb5940b7db062c47591d57b04ed6480a6f381a63 [file] [log] [blame]
class Foreign {
void foo(MoveMethodTest moveMethodTest) {
class Inner {
{
moveMethodTest.bar();
}
}
}
}
class MoveMethodTest {
void bar() {}
}