Join Slack
Powered by
when viewing a source jar in idea, is it possible ...
# intellij
c
christophsturm
12/15/2020, 11:08 AM
when viewing a source jar in idea, is it possible to navigate from excpect to actual? (my project is not a multiproject project, but the library I’m using is).
Copy code
expect object MockK { inline fun <T> useImpl(block: () -> T): T }
2
Views
Open in Slack
Previous
Next