Files
kotlin-fork/idea/testData/codeInsight/surroundWith/withIfElseExpression/replaceWithParenthesized.kt
T
2018-02-16 13:29:53 +03:00

3 lines
72 B
Kotlin
Vendored

fun test(some: Boolean) {
<selection>some</selection>.equals(true)
}