Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/upperBounds/conflictingSubstitutionsFromUpperBound.txt
T
2015-09-08 02:04:32 +03:00

7 lines
206 B
Plaintext
Vendored

package
package g {
public fun </*0*/ T, /*1*/ C : kotlin.Collection<T>> convert(/*0*/ src: kotlin.Collection<T>, /*1*/ dest: C): C
public fun test(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.Unit
}