Skip to content

Commit 05e92d4

Browse files
demiurg906Space Team
authored and
Space Team
committed
[Test] Reproduce KT-74040 in AA tests
1 parent c49acfb commit 05e92d4

File tree

7 files changed

+98
-0
lines changed

7 files changed

+98
-0
lines changed

analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/symbols/Fe10IdeNormalAnalysisSourceModuleSymbolByFqNameTestGenerated.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.

analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/symbols/FirIdeNormalAnalysisSourceModuleSymbolByFqNameTestGenerated.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.

analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/symbols/FirStandaloneNormalAnalysisSourceModuleSymbolByFqNameTestGenerated.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.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
KaNamedClassSymbol:
2+
annotations: []
3+
classId: one/Producer.NestedClass
4+
classKind: CLASS
5+
companionObject: null
6+
compilerVisibility: Public
7+
contextReceivers: []
8+
isActual: false
9+
isData: false
10+
isExpect: false
11+
isExternal: false
12+
isFun: false
13+
isInline: false
14+
isInner: false
15+
location: CLASS
16+
modality: FINAL
17+
name: NestedClass
18+
origin: LIBRARY
19+
superTypes: [
20+
KaUsualClassType:
21+
annotations: []
22+
typeArguments: []
23+
type: one/Producer
24+
]
25+
typeParameters: []
26+
visibility: PUBLIC
27+
getContainingFileSymbol: null
28+
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KaFe10DescNamedClassSymbol
29+
30+
annotationApplicableTargets: null
31+
deprecationStatus: null
32+
isPublicApi: false
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// class: one/Producer.NestedClass
2+
// RENDER_IS_PUBLIC_API
3+
// MODULE: library
4+
// MODULE_KIND: LibraryBinary
5+
// FILE: Producer.kt
6+
package one
7+
8+
internal open class Producer() {
9+
class NestedClass() : Producer()
10+
}
11+
12+
// MODULE: main(library)
13+
// FILE: main.kt
14+
fun main() {
15+
}
16+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
class NestedClass : one.Producer()
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
KaNamedClassSymbol:
2+
annotations: []
3+
classId: one/Producer.NestedClass
4+
classKind: CLASS
5+
companionObject: null
6+
compilerVisibility: Public
7+
contextReceivers: []
8+
isActual: false
9+
isData: false
10+
isExpect: false
11+
isExternal: false
12+
isFun: false
13+
isInline: false
14+
isInner: false
15+
location: CLASS
16+
modality: FINAL
17+
name: NestedClass
18+
origin: LIBRARY
19+
superTypes: [
20+
KaUsualClassType:
21+
annotations: []
22+
typeArguments: []
23+
type: one/Producer
24+
]
25+
typeParameters: []
26+
visibility: PUBLIC
27+
getContainingFileSymbol: null
28+
getContainingModule: KaLibraryModule "Library library"
29+
annotationApplicableTargets: null
30+
deprecationStatus: null
31+
isPublicApi: true

0 commit comments

Comments
 (0)