Files
T
Ilya Kirillov 97df0a0902 [Analysis API] rework containing declaration provider
now it should work for non-source declarations
2022-10-26 19:19:00 +00:00

10 lines
210 B
Plaintext
Vendored

fun <T> foo() fromClass Y
T from /Y.foo
fun equals(other: Any?): Boolean fromClass kotlin/Any
fun hashCode(): Int fromClass kotlin/Any
fun toString(): String fromClass kotlin/Any
constructor() fromClass Y