Skip to content

Commit

Permalink
Convert some tests to Kotlin (#8152)
Browse files Browse the repository at this point in the history
* Rename .java to .kt without conversion

* Convert to Kotlin
  • Loading branch information
squarejesse authored Dec 21, 2023
1 parent e285d4e commit 1561bba
Show file tree
Hide file tree
Showing 39 changed files with 13,793 additions and 13,076 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ open class RecordingEventListener(
}
}

inline fun <reified T : CallEvent> removeUpToEvent(): T = removeUpToEvent(T::class.java)

/**
* Remove and return the next event from the recorded sequence.
*
Expand Down
Loading

0 comments on commit 1561bba

Please sign in to comment.