blob: 7f99ef327b113b8778210a884a58d4f43058bd91 [file] [log] [blame]
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
// ERROR: Unresolved reference: @String
fun refer() {
val v1 = this@String<caret>
}