Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
completeStatement
/
FollowedByComment.java
blob: 6a7de20a3c45f12ec17d2b558db678b8ac61d3f2 [
file
] [
log
] [
blame
]
public
class
Foo
{
public
void
foo
()
{
foo
(<
caret
>
// some line comment
}
}