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

3 lines
72 B
Kotlin
Vendored

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