Add a pair of tests for KT-11154

This commit is contained in:
Mikhail Glukhikh
2018-06-29 11:44:48 +03:00
parent c4bba135bf
commit a51bda64dc
5 changed files with 77 additions and 0 deletions
@@ -0,0 +1,8 @@
// "Typo: Change to..." "false"
// TOOL: com.intellij.spellchecker.inspections.SpellCheckingInspection
// ACTION: Add 'const' modifier
// ACTION: Convert property initializer to getter
// ACTION: To raw string literal
@Suppress("SpellCheckingInspection")
val str = "<caret>kjsghkjshtiurhuig"
@@ -0,0 +1,16 @@
// "Suppress Warnings" "true"
// TOOL: com.intellij.spellchecker.inspections.SpellCheckingInspection
// ACTION: Add 'const' modifier
// ACTION: Typo: Change to...
// ACTION: Edit inspection profile setting
// ACTION: Fix all 'Typo' problems in file
// ACTION: Run inspection on ...
// ACTION: Disable inspection
// ACTION: Save 'kjsghkjshtiurhuig' to project-level dictionary
// ACTION: Show property type hints
// ACTION: Edit intention settings
// ACTION: Convert property initializer to getter
// ACTION: Inject language or reference
// ACTION: To raw string literal
val str = "<caret>kjsghkjshtiurhuig"
@@ -0,0 +1,17 @@
// "Suppress Warnings" "true"
// TOOL: com.intellij.spellchecker.inspections.SpellCheckingInspection
// ACTION: Add 'const' modifier
// ACTION: Typo: Change to...
// ACTION: Edit inspection profile setting
// ACTION: Fix all 'Typo' problems in file
// ACTION: Run inspection on ...
// ACTION: Disable inspection
// ACTION: Save 'kjsghkjshtiurhuig' to project-level dictionary
// ACTION: Show property type hints
// ACTION: Edit intention settings
// ACTION: Convert property initializer to getter
// ACTION: Inject language or reference
// ACTION: To raw string literal
@Suppress("SpellCheckingInspection")
val str = "kjsghkjshtiurhuig"