Files
kotlin-fork/idea/testData/copyPaste/imports/PartiallyQualified.kt
T
Pavel V. Talanov 61153c87e0 Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
2014-02-04 20:19:52 +04:00

11 lines
107 B
Kotlin
Vendored

package a
package a
class Foo() {
class Bar() {
}
}
<selection>fun f(a: Foo.Bar) {
}</selection>