Replace not debug usages of DescriptorRenderer.DEBUG_TEXT to DescriptorRenderer.FQ_NAMES_IN_TYPES.

This commit is contained in:
Stanislav Erokhin
2016-05-25 00:25:37 +03:00
parent 710e920df7
commit 4b9aac6318
65 changed files with 92 additions and 92 deletions
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// PARAM_TYPES: kotlin.Int, Comparable<Int>
// PARAM_TYPES: kotlin.Int, kotlin.Comparable<kotlin.Int>
// PARAM_DESCRIPTOR: value-parameter i: kotlin.Int defined in example
fun example(i: Int) {
when (i) {
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// PARAM_TYPES: kotlin.Int, Comparable<Int>
// PARAM_TYPES: kotlin.Int, kotlin.Comparable<kotlin.Int>
// PARAM_DESCRIPTOR: value-parameter i: kotlin.Int defined in example
fun example(i: Int) {
when (i) {