33e6a85a2d
We exclude testData pattern from copyright scope
38 lines
1.1 KiB
Plaintext
Vendored
38 lines
1.1 KiB
Plaintext
Vendored
Tower Data Context:
|
|
Element 0
|
|
Scope: FirDefaultStarImportingScope
|
|
Element 1
|
|
Scope: FirDefaultSimpleImportingScope
|
|
Element 2
|
|
Scope: FirExplicitStarImportingScope
|
|
Element 3
|
|
Scope: FirDefaultSimpleImportingScope
|
|
Element 4
|
|
Scope: FirDefaultSimpleImportingScope
|
|
Element 5
|
|
Scope: FirPackageMemberScope
|
|
Element 6
|
|
Scope: FirExplicitSimpleImportingScope
|
|
|
|
FILE: [ResolvedTo(IMPORTS)] contextReceiver.kt
|
|
public open [ResolvedTo(STATUS)] class Base : R|kotlin/Any| {
|
|
public [ResolvedTo(STATUS)] constructor(): R|test/Base| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
public? final? [ResolvedTo(RAW_FIR)] class Nested : R|kotlin/Any| {
|
|
public? [ResolvedTo(RAW_FIR)] constructor(): R|test/Base.Nested| {
|
|
LAZY_super<R|kotlin/Any|>
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
context(R|test/Base|)
|
|
public final [ResolvedTo(STATUS)] class Child : R|test/Base| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor(): R|test/Child| {
|
|
super<R|test/Base|>()
|
|
}
|
|
|
|
}
|