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