Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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 */