Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/builderInference/upperBoundViolation.fir.diag.txt
T
2024-01-10 14:56:30 +00:00

4 lines
238 B
Plaintext
Vendored

/upperBoundViolation.fir.kt:(227,245): error: Not enough information to infer type argument for 'T'.
/upperBoundViolation.fir.kt:(246,253): error: Argument type mismatch: actual type is 'kotlin.String', but 'kotlin.Number' was expected.