Files
kotlin-fork/idea/idea-completion/testData/handlers/multifile/PropertyKeysWithPrefixTab-1.kt
T
2015-09-25 17:18:02 +03:00

7 lines
164 B
Kotlin
Vendored

import org.jetbrains.annotations.PropertyKey
fun message(@PropertyKey(resourceBundle = "TestBundle") key: String) = key
fun test() {
message("foo.<caret>b")
}