Update test data
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
@kotlin.inline() public fun bar(/*0*/ block: () -> kotlin.Int): kotlin.Int
|
||||
public inline fun bar(/*0*/ block: () -> kotlin.Int): kotlin.Int
|
||||
public fun foo(): kotlin.Unit
|
||||
|
||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.EXPRESSION}) @kotlin.annotation.Retention(value = AnnotationRetention.SOURCE) @kotlin.annotation.Repeatable() public final annotation class Ann : kotlin.Annotation {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
public fun bar(/*0*/ arg: () -> kotlin.Int): kotlin.Int
|
||||
@kotlin.inline() public fun fast(/*0*/ arg: () -> kotlin.Int): kotlin.Int
|
||||
@kotlin.inline() public fun fast2(/*0*/ x: kotlin.Int, /*1*/ arg: () -> kotlin.Int): kotlin.Int
|
||||
public inline fun fast(/*0*/ arg: () -> kotlin.Int): kotlin.Int
|
||||
public inline fun fast2(/*0*/ x: kotlin.Int, /*1*/ arg: () -> kotlin.Int): kotlin.Int
|
||||
public fun foo(/*0*/ arg: kotlin.Int): kotlin.Unit
|
||||
@FunAnn() public fun gav(): kotlin.Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user