From c5c43d89d3c3d484866a13de8e136f182b76ce6c Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Thu, 7 Feb 2019 13:27:05 +0300 Subject: [PATCH] Fix testdata of #KT-28598 --- compiler/testData/diagnostics/tests/inference/kt28598.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/testData/diagnostics/tests/inference/kt28598.txt b/compiler/testData/diagnostics/tests/inference/kt28598.txt index faec0ef8ebf..8817507e4fc 100644 --- a/compiler/testData/diagnostics/tests/inference/kt28598.txt +++ b/compiler/testData/diagnostics/tests/inference/kt28598.txt @@ -1,5 +1,5 @@ package -public fun case_1(/*0*/ a: kotlin.collections.MutableList?>?>?>?>?>?): kotlin.Unit -public fun case_2(/*0*/ a: kotlin.collections.MutableList?>?>?>?>?>?): kotlin.Unit -public fun case_3(/*0*/ a: kotlin.collections.MutableList?>?>?>?>?): kotlin.Unit +public fun case_1(/*0*/ a: kotlin.collections.MutableList?>?>?>?>?>?>?): kotlin.Unit +public fun case_2(/*0*/ a: kotlin.collections.MutableList?>?>?>?>?>?>?): kotlin.Unit +public fun case_3(/*0*/ a: kotlin.collections.MutableList?>?>?>?>?>?>?): kotlin.Unit