Files
kotlin-fork/compiler/testData/diagnostics/tests/labels/automaticLabelFromInfixOperator.txt
T
Mikhail Zarechenskiy 1fbd8f3f53 Support automatic labeling for infix calls
#KT-8877 Fixed
2017-04-17 16:21:03 +03:00

6 lines
258 B
Plaintext
Vendored

package
public fun myMap(/*0*/ x: kotlin.collections.List<kotlin.Int>): kotlin.Int
public fun test(/*0*/ x: kotlin.collections.List<kotlin.Int>): kotlin.Int
public infix fun kotlin.collections.List<kotlin.Int>.myMap(/*0*/ x: () -> kotlin.Unit): kotlin.Unit