Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inline
/
localFun.fir.kt
blob: 848cd8785257e3a133356bc68bdffd42cdf9efcc [
file
]
// RUN_PIPELINE_TILL: FRONTEND
fun main
()
{
<!
NOT_YET_SUPPORTED_LOCAL_INLINE_FUNCTION
!>
inline
<!>
fun a
(){
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, inline, localFunction */