mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Remove SdkAndMockLibraryProjectDescriptor from `AbstractFirLibraryModuleDeclarationResolveTest`. Also changed a root path for libraries in test. Instead of `idea/tests/testData` it is now current test directory. This needed for `fir-low-level-api-ide-impl` tests which are not in `idea` directory. This also affected paths in WITH_LIBRARY directives in other tests. GitOrigin-RevId: 2d0068e5ed1e625f35c907dd790f6add515a9dee
8 lines
117 B
Kotlin
8 lines
117 B
Kotlin
// WITH_LIBRARY: _library
|
|
package test
|
|
|
|
import library.TopLevelClass
|
|
|
|
fun usage() {
|
|
val a: <caret>TopLevelClass
|
|
} |