5730a21e7b
Get rid of resolve from copy phase, paste phase performs resolve in bg #KT-33939 Fixed
16 lines
368 B
Kotlin
Vendored
16 lines
368 B
Kotlin
Vendored
// WITH_LIBRARY: copyPaste/imports/KotlinLibrary
|
|
package d
|
|
<selection>
|
|
/*
|
|
* 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.
|
|
*/
|
|
|
|
import foo.Bar
|
|
|
|
/**
|
|
* Some kdoc for class Foo
|
|
*/
|
|
class Foo(val a: A) {
|
|
}
|
|
</selection> |