Join Slack
Powered by
Is it possible to find invocations of a `typealias...
# intellij
a
arekolek
08/21/2019, 1:40 PM
Is it possible to find invocations of a
typealias
? Like in the example
https://kotlinlang.org/docs/reference/type-aliases.html
Copy code
typealias MyHandler = (Int, String, Any) -> Unit
Open in Slack
Previous
Next