Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/capturedParameters/uncheckedCast.txt
T
Denis Zharkov 3fd35636ad Fix type parameter list for local classes
Add captured parameters from enclosing functions

 #KT-9584 Fixed
2015-12-28 07:44:53 +03:00

5 lines
149 B
Plaintext
Vendored

package
public fun </*0*/ E> foo(/*0*/ x: kotlin.Any, /*1*/ y: kotlin.Any): kotlin.Any
public fun noTypeParameters(/*0*/ x: kotlin.Any): kotlin.Any