No __ as lambda parameter

This commit is contained in:
Mikhail Glukhikh
2015-10-19 10:49:20 +03:00
parent 14e38ff6d4
commit 059175560c
3 changed files with 11 additions and 5 deletions
+2
View File
@@ -1,7 +1,9 @@
package
public val ______: _<kotlin.Int>
public val something: kotlin.Any?
public fun __(/*0*/ ___: kotlin.Int, /*1*/ y: _<kotlin.Int>?): kotlin.Int
public fun doIt(/*0*/ f: (kotlin.Any?) -> kotlin.Any?): kotlin.Any?
@kotlin.Deprecated(message = "") @kotlin.data() public final class Pair {
public constructor Pair(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int)