Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method get(@org.jetbrains.annotations.NotNull p0: int[]): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method get(@org.jetbrains.annotations.NotNull p0: kotlin.Unit[]): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3214Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test1(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
|
||||
Reference in New Issue
Block a user