Files
T
Ilya Kirillov f775778efa [Analysis API FIR] fix containing declaration for value parameter
now it should also work for non-source declarations
2022-11-22 18:25:30 +01:00

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