Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
basic
/
common
/
InCallExpression.kt
blob: 16fad2dbc1cf6b6ed5e8c8fc0d678b77b9d8e531 [
file
] [
log
] [
blame
]
package
something
class
SomeTempClass
{
fun helloWorld
()
{
}
fun test
()
{
hello
<caret>
()
}
}
// EXIST: helloWorld