Use parameter names in DescriptorRenderer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val bar: (kotlin.Int) -> kotlin.Unit
|
||||
public val bar: (g: kotlin.Int) -> kotlin.Unit
|
||||
public fun test(/*0*/ @ann() p: kotlin.Int): kotlin.Unit
|
||||
|
||||
public final annotation class ann : kotlin.Annotation {
|
||||
|
||||
Reference in New Issue
Block a user