blob: b707bb4b6fac1d34689812cb30dd6c37b017ffbc [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// DIAGNOSTICS: -UNUSED_EXPRESSION -UNUSED_PARAMETER -UNUSED_VARIABLE -NULLABLE_INLINE_PARAMETER -CONFLICTING_JVM_DECLARATIONS
<!NOTHING_TO_INLINE!>inline<!> fun test() {
}
inline fun test2(s : (Int) -> Int) {
}
<!NOTHING_TO_INLINE!>inline<!> fun test3(noinline s : (Int) -> Int) {
}
<!NOTHING_TO_INLINE!>inline<!> fun test4(noinline s : Int.() -> Int) {
}
<!NOTHING_TO_INLINE!>inline<!> fun Function1<Int, Int>?.test5() {
}
<!NOTHING_TO_INLINE!>inline<!> fun Function1<Int, Int>?.test6() {
}
<!NOTHING_TO_INLINE!>inline<!> fun test2(s : ((Int) -> Int)?) {
}
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, functionalType, inline, noinline, nullableType,
typeWithExtension */