f775778efa
now it should also work for non-source declarations
11 lines
247 B
Plaintext
Vendored
11 lines
247 B
Plaintext
Vendored
fun <T> foo() fromClass Y
|
|
T from /Y.foo
|
|
|
|
fun equals(other: Any?): Boolean fromClass kotlin/Any
|
|
other: Any? from kotlin/Any.equals
|
|
|
|
fun hashCode(): Int fromClass kotlin/Any
|
|
|
|
fun toString(): String fromClass kotlin/Any
|
|
|
|
constructor() fromClass Y |