Files
kotlin-fork/idea/testData/completion/basic/common/NameWithDollars.kt
T
2014-09-18 10:42:48 +04:00

9 lines
82 B
Kotlin

fun `$$$$`() {}
fun foo() {
<caret>
}
// EXIST: $$$$
// INVOCATION_COUNT: 2