Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/possibleCycleOnConstraints.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

7 lines
123 B
Plaintext

package
package a {
internal fun </*0*/ T> g(/*0*/ f: () -> kotlin.List<T>): T
internal fun test(): kotlin.Unit
}