db8b0a6593
Fixed multi-caret selection in kotlin-to-kotlin copy-paste processor Relates to #KT-33939
20 lines
327 B
Kotlin
Vendored
20 lines
327 B
Kotlin
Vendored
package to
|
|
|
|
import d.A
|
|
|
|
|
|
/*
|
|
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
|
*/
|
|
package d
|
|
|
|
import foo.Bar
|
|
|
|
/**
|
|
* Some kdoc [Bar] for class Foo
|
|
*/
|
|
|
|
class Foo(val a: A) {
|
|
}
|