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

7 lines
141 B
Plaintext
Vendored

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