Files
kotlin-fork/idea/testData/intentions/expandBooleanExpression/inStringTemplate.kt
T
Toshiaki Kameyama 343af60cb4 Add intention to expand boolean expression
#KT-38597 Fixed
2020-06-02 23:52:06 +03:00

4 lines
77 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun test(b: Boolean) {
val s = "b is $b<caret>"
}