Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/noInformationForParameter.txt
T

6 lines
144 B
Plaintext

package
package noInformationForParameter {
internal fun </*0*/ S> newList(): java.util.ArrayList<S>
internal fun test(): kotlin.Unit
}