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

7 lines
104 B
Kotlin
Vendored

package a.b.c
class A() {}
class B() {}
<selection>fun f(t: a.b.c.A): a.b.c.B = a.b.c.B()</selection>