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

6 lines
70 B
Plaintext
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo() {
this + 1
}