Files
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

8 lines
143 B
Plaintext
Vendored

fun x(): Int fromClass BB
fun y() fromClass BB
val c: Int fromClass BB
constructor(a: A<Int>) fromClass BB
a: A<Int> from <constructor> BB