Files
kotlin-fork/compiler/testData/codegen/light-analysis/smartCasts/implicitReceiver.txt
T

19 lines
541 B
Plaintext
Vendored

public class A {
inner class A/B
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final static class A/B {
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
inner class A/B
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.String
}
public final class ImplicitReceiverKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}