Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/builderInference/upperBoundViolation.diag.txt
T
2023-03-24 14:27:03 +00:00

5 lines
190 B
Plaintext
Vendored

/upperBoundViolation.kt:9:9: error: upper bound violation for generic parameter `T` of `printGenericNumber`: String is not a subtype of Number
printGenericNumber(this[0])
^