Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1199Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.Nullable p0: java.lang.Object): MyIterator
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MyIterator {
|
||||
public abstract method hasNext(): boolean
|
||||
public abstract method next(): java.lang.Object
|
||||
|
||||
Reference in New Issue
Block a user