4850fd10f0
Introduced '@' after each annotation
5 lines
266 B
Plaintext
Vendored
5 lines
266 B
Plaintext
Vendored
package
|
|
|
|
@kotlin.inline() public fun foo(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int, /*1*/ bar2: (() -> kotlin.Int) -> kotlin.Int): kotlin.Unit
|
|
@kotlin.inline() public fun foo2(/*0*/ bar1: (kotlin.String.() -> kotlin.Int) -> kotlin.Int): kotlin.Unit
|