You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. Just double checked, and it's definitely in the comment. Below is the file (excluding some more extensions below the pasted code) that returned the error. Line 7 is the kdoc line, and character 44 is the ] after Mockito.when
1| package pckg.name.testcommon
2|
3| import org.mockito.Mockito
4| import org.mockito.stubbing.OngoingStubbing
5|
6| /**
7| * Convenience wrapper around [Mockito.when] to avoid special `when` notation.
8| */
9| fun <T> whenever(call: T): OngoingStubbing<T> = Mockito.`when`(call)
Version of the project you're using:
0.36.0
Code (or even better whole projects) which reproduce the issue.
Any logs produced.
The above returns the following error:
Steps which reproduce the issue.
Stack traces for crashes.
n/a
Changelog
12/18/19: Updated Code snippet to include package, imports, and line numbers to make clear which line contained the error.
The text was updated successfully, but these errors were encountered: