With type aliases in place you cannot go to declar...
# announcements
m
With type aliases in place you cannot go to declaration (
cmd+B
,
cmd+click
) or see args of constructor (
cmd+P
inside brackets; tooltip is micro and empty), e.g.
public typealias ArrayList<E> = java.util.ArrayList<E>
s
mg6maciej: It is known issue
👍 1
For me
cmd+b
,
cmd+click
works as expected, and navigates to declaration site of typealias
m
@semoro Yes, it does. I would prefer to go to constructor instead 🙂
I like reading JDK code, you know. Kotlin code is nice & clean and thus boring.
s
Could you please submit an issue http://kotl.in/issue
m