Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
inlineLocal
/
IDEADEV950.java
blob: ff80a8ede73a852f0037d4d34d43a3174e04c439 [
file
]
public
class
IDEADEV950
{
void
foo
()
{
int
door_1
=
0
;
float
doorP
=
door_1
;
//Cast should be inserted when inlining, otherwise semantics changes
float
d1
=
(<
caret
>
doorP
/
NOF_LOOPS
);
}
private
static
final
int
NOF_LOOPS
=
2
;
}