summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/diagnosticMessage/upperBoundViolatedInTypeAliasConstructorCall1.txt
blob: 125f0d62a8125502dd579b4ada1e7b095bd7792a (plain)
1
2
3
<!-- upperBoundViolatedInTypeAliasConstructorCall1 -->
Type parameter bound for Tn in type inferred from type alias expansion for fun <T> `<init>`(x: T): N<T> /* = Num<T> */
 is not satisfied: inferred type String is not a subtype of Number