Files
kotlin-fork/idea/testData/refactoring/changeSignature/MemberFunctionsConflictBefore.kt
T
2013-04-25 21:13:33 +04:00

5 lines
123 B
Kotlin
Vendored

class outer() {
fun <caret>inner1(x: Int, z: Int) { fun inner3() { val y: Int; }}
fun inner2(x: Int, y: Int) { }
}