Skip to content

Commit 5f77a04

Browse files
marcopennekampSpace Team
authored andcommitted
[LL] Add test for SDK library module resolution
^KT-76850
1 parent 1281df7 commit 5f77a04

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// KT-76850
2+
3+
// MODULE: main
4+
// MODULE_KIND: LibraryBinaryDecompiled
5+
// SDK_LIBRARY
6+
// FILE: library.kt
7+
package library
8+
9+
class A
10+
11+
// class: library/A
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
KtClass 'A' in 'main.jar!/library/A.class':
2+
public final class A : R|kotlin/Any| {
3+
public constructor(): R|library/A| {
4+
super<R|kotlin/Any|>()
5+
}
6+
7+
}

analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/api/ResolveToFirSymbolTestGenerated.java

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)