summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/replaceWithDotCall/callWillChangeNullability2.kt.after
blob: 8bf4be1bda338be63a83459bb5efc06c80be1fee (plain)
1
2
3
4
5
6
// "Replace with dot call" "true"

fun test(x: String) {
    x.length
}
/* IGNORE_FIR */