41f3316981
#KT-19944 Fixed
8 lines
111 B
Kotlin
Vendored
8 lines
111 B
Kotlin
Vendored
annotation class X(val s: String)
|
|
|
|
// 1
|
|
@X("") // 2
|
|
/* 3 */ fun fo<caret>o(): String {
|
|
// 4
|
|
return ""
|
|
} |