summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/refactoring/introduceConstant/binaryExpression/integerCompareTo.kt
blob: e51d7670c48a7511ae42c12dcfd800ac7e4b7830 (plain)
1
2
3
4
5
6
7
// LANGUAGE_VERSION: 1.6
// EXTRACTION_TARGET: property with initializer
val a = 1

fun foo(): Boolean {
    return <selection>1>1</selection>
}