// idea.version = ideaIC:2017.3 // plugins.kotlin.location = https://plugins.jetbrains.com/plugin/download?rel=true&updateId=49186 // warning: org.jetbrains.kotlin.idea.inspections.ReplaceStringFormatWithLiteralInspection val a = "" val b = String.format("--tests \"%s\" ", a.replace('\"', '*')) // FAIL: RunnerException: Kotlin not loaded