Use parameter names in DescriptorRenderer
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val a: (kotlin.Int) -> kotlin.String
|
||||
public val a: (i: kotlin.Int) -> kotlin.String
|
||||
public val b: kotlin.String
|
||||
public val flag: kotlin.Boolean = true
|
||||
public fun </*0*/ T> foo(/*0*/ f: (kotlin.Int) -> T): T
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val a: (kotlin.Int?) -> kotlin.Int?
|
||||
public val a: (it: kotlin.Int?) -> kotlin.Int?
|
||||
public val b: kotlin.Int?
|
||||
public val c: kotlin.Int
|
||||
public fun </*0*/ R> let(/*0*/ f: (kotlin.Int?) -> R): R
|
||||
|
||||
Reference in New Issue
Block a user