diff --git a/compiler/testData/constraintSystem/integerValueTypes/numberAndString.bounds b/compiler/testData/constraintSystem/integerValueTypes/numberAndString.bounds index 2bbaa4171d7..0b463bcf027 100644 --- a/compiler/testData/constraintSystem/integerValueTypes/numberAndString.bounds +++ b/compiler/testData/constraintSystem/integerValueTypes/numberAndString.bounds @@ -18,4 +18,4 @@ status: -isSuccessful: true result: -T=Comparable +T=Any \ No newline at end of file diff --git a/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt b/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt index adc2ba2fe7c..9ebb421c4ed 100644 --- a/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt +++ b/compiler/testData/resolvedCalls/arguments/genericCalls/inferredParameter.txt @@ -10,7 +10,7 @@ fun test(a: Any, ls: List) { Resolved call: Candidate descriptor: fun foo(t: T, l: List): Unit defined in root package -Resulting descriptor: fun foo(t: Comparable, l: List>): Unit defined in root package +Resulting descriptor: fun foo(t: Any, l: List): Unit defined in root package Explicit receiver kind = NO_EXPLICIT_RECEIVER Dispatch receiver = NO_RECEIVER @@ -18,5 +18,5 @@ Extension receiver = NO_RECEIVER Value arguments mapping: -SUCCESS t : Comparable = 11 -SUCCESS l : List> = ls +SUCCESS t : Any = 11 +SUCCESS l : List = ls