Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

9 lines
341 B
Plaintext

package
package conflictingSubstitutions {
internal fun </*0*/ R> elemAndList(/*0*/ r: R, /*1*/ t: kotlin.MutableList<R>): R
internal fun </*0*/ T> list(/*0*/ value: T): java.util.ArrayList<T>
internal fun test(): kotlin.Unit
internal fun </*0*/ R> R.elemAndListWithReceiver(/*0*/ r: R, /*1*/ t: kotlin.MutableList<R>): R
}