515e666733
There was an inconsistency on creating PSI call and corresponding descriptor. See variable `catchBlocks` from visitor, it's created only if PSI elements are not null, but for descriptor parameters there wasn't such check #KT-32134 Fixed #EA-139748 Fixed
6 lines
105 B
Plaintext
Vendored
6 lines
105 B
Plaintext
Vendored
package
|
|
|
|
public fun test1(): kotlin.Unit
|
|
public fun test2(): kotlin.Unit
|
|
public fun test3(): kotlin.Unit
|