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

7 lines
137 B
Plaintext
Vendored

package
package a {
public fun </*0*/ T> foo(/*0*/ u: T, /*1*/ v: T): T
public fun test(/*0*/ s: kotlin.String?): kotlin.Unit
}