Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/nothingToInline.txt
T
Alexey Tsvetkov 1e2256207c Update test data
2015-10-19 20:45:02 +03:00

10 lines
503 B
Plaintext
Vendored

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