Files
kotlin-fork/idea/testData/refactoring/introduceVariable/multiDeclarations/notOperators.kt
T
2015-11-26 21:22:16 +03:00

8 lines
101 B
Kotlin
Vendored

class A
fun A.component1() = 1
fun A.component2() = 2
fun test() {
<selection>A()</selection>
}