Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/letWithSimpleBinaryExpression.kt.after
T

6 lines
64 B
Plaintext
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: true
fun foo() {
"" + 1
}