Skip to content

Commit

Permalink
Revert "fix unit test"
Browse files Browse the repository at this point in the history
This reverts commit fb379bd.
  • Loading branch information
ting-yuan committed Dec 7, 2021
1 parent 35681d7 commit dec2a43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler-plugin/testData/api/allFunctions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
// 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 @@ -129,4 +128,4 @@ class JavaImplOfKotlinInterface implements KotlinInterfaceWithProperty {
}
public void setX(int value) {
}
}
}

0 comments on commit dec2a43

Please sign in to comment.