Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/visibility/PrivateToThis.fir.k2.txt
T
Dmitriy Novozhilov c64575f4a2 [FIR] Move check for _private-to-this_ visibility into checker
^KT-55446
^KT-65790 Fixed
2024-02-15 13:08:35 +00:00

21 lines
500 B
Plaintext
Vendored

public final class A<in I> : R|kotlin/Any| {
private final fun bas(): R|I|
private final val foo: R|I|
private get(): R|I|
private final var bar: R|I|
private get(): R|I|
private set(value: R|I|): R|kotlin/Unit|
private final val val_with_accessors: R|I|
private get(): R|I|
private final var var_with_accessors: R|I|
private get(): R|I|
private set(value: R|I|): R|kotlin/Unit|
public constructor<in I>(): R|test/A<I>|
}