Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f9ad0c0bf79eab445d91c2baa5ab471640e811f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
builderInference
/
upperBoundViolation.diag.txt
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])
^^^^^^^^^^^^^^^^^^^^^^^^^^^