97df0a0902
now it should work for non-source declarations
16 lines
319 B
Plaintext
Vendored
16 lines
319 B
Plaintext
Vendored
fun <S> foo1(t: Int): Int fromClass Y
|
|
S from /Y.foo1
|
|
|
|
fun <Q> foo2(t: Int) fromClass Y
|
|
Q from /Y.foo2
|
|
|
|
fun <U> foo3() fromClass X
|
|
U from /X.foo3
|
|
|
|
fun equals(other: Any?): Boolean fromClass kotlin/Any
|
|
|
|
fun hashCode(): Int fromClass kotlin/Any
|
|
|
|
fun toString(): String fromClass kotlin/Any
|
|
|
|
constructor() fromClass Y |