930237b60e
#KT-55055 Fixed
5 lines
190 B
Plaintext
Vendored
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])
|
|
^
|
|
|