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