blob: 779f5c17780bdeda35030d99b48b005c266058d1 [file]
public final class C /* C*/ {
@org.jetbrains.annotations.NotNull()
public static final @org.jetbrains.annotations.NotNull() C.Companion Companion;
@org.jetbrains.annotations.NotNull()
public static final @org.jetbrains.annotations.NotNull() C.Factory Factory;
public C();// .ctor()
class Companion ...
class Factory ...
}
public static final class Companion /* C.Companion*/ {
private Companion();// .ctor()
public final void bar();// bar()
}
public static final class Factory /* C.Factory*/ {
private Factory();// .ctor()
}