Files
kotlin-fork/idea/testData/quickfix/suppress/external/suppressActive.kt
T
2019-06-17 01:10:19 +03:00

9 lines
328 B
Kotlin
Vendored

// "Typo: Change to..." "false"
// TOOL: com.intellij.spellchecker.inspections.SpellCheckingInspection
// ACTION: Convert to lazy property
// ACTION: Add 'const' modifier
// ACTION: Convert property initializer to getter
// ACTION: To raw string literal
@Suppress("SpellCheckingInspection")
val str = "<caret>kjsghkjshtiurhuig"