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