7145caca40
Before this commit, we had effective visibility as a part of FIR status, so it was integrated into the full pipeline. In this commit, we introduced "effective visibility as a service" which is now used only by exposed visibility checker. This allows us to make the thing universal for all FIR nodes, including nodes for Java / deserialized.
76 lines
1.6 KiB
Plaintext
Vendored
76 lines
1.6 KiB
Plaintext
Vendored
public final class Int : R|kotlin/Any| {
|
|
public constructor(): R|test/Int|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Int.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public final class Outer : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer|
|
|
|
|
public final class Int : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer.Int|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Outer.Int.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
private final class Pri : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer.Pri|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Outer.Pri.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
protected final class Pro : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer.Pro|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Outer.Pro.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public final class Pub : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer.Pub|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Outer.Pub.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
private final class Pri : R|kotlin/Any| {
|
|
public constructor(): R|test/Pri|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Pri.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public final class Pub : R|kotlin/Any| {
|
|
public constructor(): R|test/Pub|
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/Pub.Companion|
|
|
|
|
}
|
|
|
|
}
|
|
|