Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
inlineMethod
/
InlineAllInProjectFromLibrary.java.after
blob: 8dc89c11ea80111749865b417ad1d0dd9b4a41ba [
file
]
import
mycompany
.
File
;
class
Test
{
void
foo
()
throws
Exception
{
File
tempFile
=
mycompany
.
File
.
createTempFile
(
""
,
""
,
null
);
}
}