https://kotlinlang.org logo
Title
m

mg6maciej

03/08/2017, 8:18 AM
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

semoro

03/08/2017, 12:33 PM
mg6maciej: It is known issue
👍 1
For me
cmd+b
,
cmd+click
works as expected, and navigates to declaration site of typealias
m

mg6maciej

03/08/2017, 12:48 PM
@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

semoro

03/08/2017, 12:50 PM
Could you please submit an issue http://kotl.in/issue
m

mg6maciej

03/08/2017, 12:57 PM