Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
inlineLocal
/
InlineFromTryCatchAvailable.java
blob: 41164ea97600e38d9180b1bace9f0590c251553a [
file
]
import
java
.
io
.*;
class
Test
{
private
static
InputStream
getInputUnchecked
(
InputStream
inputSupplier
)
throws
IOException
{
InputStream
in
;
try
{
in
=
null
;
}
catch
(
IOException
e
)
{
throw
new
IOException
();
}
return
i
<
caret
>
n
;
}
}