Files
kotlin-fork/compiler/testData/codegen/light-analysis/publishedApi/simple.txt
T
2016-12-09 11:55:16 +01:00

11 lines
376 B
Plaintext
Vendored

public final class A {
public method <init>(): void
public final @kotlin.PublishedApi @org.jetbrains.annotations.NotNull method published(): java.lang.String
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
public final class SimpleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}