Files
kotlin-fork/analysis/analysis-api/testData/components/compilerFacility/compilationMultiModule/javaAnnotationWithVararg.txt
T
Marco Pennekamp b5eccd63b1 [AA] Fix compilation facility "multi binary module" test module structure
- The module structure for these tests was set up backwards: We should
  keep the test module kind of the main module flexible (as it is
  configured by test configurators), but keep the module kinds of the
  binary libraries fixed.

^KT-65960
^KT-64994
2024-02-26 21:57:23 +00:00

7 lines
162 B
Plaintext
Vendored

public final class Child {
// source: 'main.kt'
public method <init>(): void
private final method bar(): void
protected method onCreate(): void
}