Is it possible to find invocations of a `typealias...
# intellij
a
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