Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
moveInstanceMethod
/
QualifiedThis.java.after
blob: fb5940b7db062c47591d57b04ed6480a6f381a63 [
file
]
class
Foreign
{
void
foo
(
MoveMethodTest
moveMethodTest
)
{
class
Inner
{
{
moveMethodTest
.
bar
();
}
}
}
}
class
MoveMethodTest
{
void
bar
()
{}
}