Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Nov 16, 2021
1 parent ed9ea9d commit fb379bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler-plugin/testData/api/allFunctions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
// spliterator(): java.util.Spliterator
// stream(): java.util.stream.Stream
// subList(kotlin.Int,kotlin.Int): kotlin.collections.List
// toArray(java.util.function.IntFunction): kotlin.Array
// toString(): kotlin.String
// class: JavaImplOfKotlinInterface
// x
Expand Down Expand Up @@ -128,4 +129,4 @@ class JavaImplOfKotlinInterface implements KotlinInterfaceWithProperty {
}
public void setX(int value) {
}
}
}

0 comments on commit fb379bd

Please sign in to comment.