Files
kotlin-fork/idea/testData/refactoring/introduceProperty/extractLazyToTrait.kt
T
2015-05-13 16:13:13 +02:00

7 lines
100 B
Kotlin
Vendored

// EXTRACTION_TARGET: lazy property
interface T {
fun foo(): Int = <selection>1</selection>
}