Files
kotlin-fork/idea/testData/refactoring/introduceProperty/extractFromDefaultValueInConstructor.kt
T
2015-03-06 14:37:21 +03:00

4 lines
103 B
Kotlin
Vendored

// EXTRACTION_TARGET: property with initializer
class A(val a: Int = <selection>1 + 2</selection>) {
}