package test public final class A { /*primary*/ public constructor A() private/*private to this*/ final var bar: I private/*private to this*/ final fun (): I private/*private to this*/ final fun (/*0*/ : I): kotlin.Unit private/*private to this*/ final val foo: I private/*private to this*/ final fun (): I private/*private to this*/ final val val_with_accessors: I private/*private to this*/ final fun (): I private/*private to this*/ final var var_with_accessors: I private/*private to this*/ final fun (): I private/*private to this*/ final fun (/*0*/ value: I): kotlin.Unit private/*private to this*/ final fun bas(): I }