blob: c60d3446f86829e1e710ea9b54471646b592f151 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// DIAGNOSTICS: -INVISIBLE_MEMBER -INVISIBLE_REFERENCE -UNUSED_PARAMETER -NULLABLE_INLINE_PARAMETER
@kotlin.internal.InlineOnly
inline fun test() {
}
@kotlin.internal.InlineOnly
inline fun test3(noinline s : (Int) -> Int) {
}
@kotlin.internal.InlineOnly
inline fun test4(noinline s : Int.() -> Int) {
}
@kotlin.internal.InlineOnly
inline fun Function1<Int, Int>?.test5() {
}
@kotlin.internal.InlineOnly
inline fun Function1<Int, Int>?.test6() {
}
@kotlin.internal.InlineOnly
inline fun test2(s : ((Int) -> Int)?) {
}
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, functionalType, inline, noinline, nullableType,
typeWithExtension */