Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/nothingToInline.txt
T
Denis Zharkov 4850fd10f0 Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
2015-09-18 10:14:39 +03:00

10 lines
593 B
Plaintext
Vendored

package
@kotlin.inline() public fun test(): kotlin.Unit
@kotlin.inline() public fun test2(/*0*/ s: ((kotlin.Int) -> kotlin.Int)?): kotlin.Unit
@kotlin.inline() public fun test2(/*0*/ s: (kotlin.Int) -> kotlin.Int): kotlin.Unit
@kotlin.inline() public fun test3(/*0*/ @kotlin.noinline() s: (kotlin.Int) -> kotlin.Int): kotlin.Unit
@kotlin.inline() public fun test4(/*0*/ @kotlin.noinline() s: kotlin.Int.() -> kotlin.Int): kotlin.Unit
@kotlin.inline() public fun ((kotlin.Int) -> kotlin.Int)?.test5(): kotlin.Unit
@kotlin.inline() public fun ((kotlin.Int) -> kotlin.Int)?.test6(): kotlin.Unit