Sign in
android
/
platform
/
tools
/
idea
/
767536605379e492929a763f4a585cb4f499b9f6
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
completeStatement
/
CompleteIfStatementGoesToThen.java
blob: def4f52c066626deea2211d1dd4686caf6f246e5 [
file
] [
log
] [
blame
]
class
foo
{
{
if
(<
caret
>
foo
();
}
void
foo
()
{}
}