testing/testData/ideaConfiguration/configurationKotlin_1-2-61_IJ2017-3_with_idea_IJ2018-2/main.kt (2 lines of code) (raw):
// idea.version = ideaIC:2018.2
// plugins.kotlin.location = https://plugins.jetbrains.com/plugin/download?rel=true&updateId=49053
// warning: org.jetbrains.kotlin.idea.inspections.ReplaceStringFormatWithLiteralInspection
val a = ""
val b = String.format("--tests \"%s\" ", a.replace('\"', '*'))
// FAIL: RunnerException: Kotlin not loaded