Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/visibility/PrivateToThis.fir.k1.txt
T
Dmitriy Novozhilov af60681705 [FIR] Save declarations in metadata in source order
^KT-54792 Fixed
^KT-54801
^KT-54800
2023-05-09 07:36:32 +00:00

21 lines
709 B
Plaintext
Vendored

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