33e6a85a2d
We exclude testData pattern from copyright scope
24 lines
704 B
Plaintext
Vendored
24 lines
704 B
Plaintext
Vendored
KT element: KtClass
|
|
FIR element: FirRegularClassImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
public final [ResolvedTo(BODY_RESOLVE)] class X : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=X] constructor(): R|X| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] fun y(): R|kotlin/String|
|
|
|
|
}
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] topLevelClass.kt
|
|
public final [ResolvedTo(BODY_RESOLVE)] class X : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=X] constructor(): R|X| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(STATUS)] fun y(): R|kotlin/String|
|
|
|
|
} |