Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inline
/
inlineReified.kt
blob: d08a0b97cda165335f9c5e58b90455f16a03983b [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
inline
fun
<
T1
,
T2
,
reified T3
,
T4
>
foo
():
T3
=
null
!!
/* GENERATED_FIR_TAGS: checkNotNullCall, functionDeclaration, inline, nullableType, reified, typeParameter */