Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/builderInference/upperBoundViolation.diag.txt
T
2024-02-08 12:59:31 +00:00

5 lines
216 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])
^^^^^^^^^^^^^^^^^^^^^^^^^^^