Files
kotlin-fork/idea/testData/copyPaste/moveDeclarations/SamePackage.kt
T

8 lines
78 B
Kotlin
Vendored

// IS_AVAILABLE: false
package source
<selection>
fun foo() {
}
</selection>