Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inline
/
localFun.kt
blob: bdf4437a90b77fe7afd144cd61150bb9e591c8bb [
file
]
// RUN_PIPELINE_TILL: FRONTEND
fun main
()
{
<!
NOT_YET_SUPPORTED_IN_INLINE
!>
inline
<!>
fun a
(){
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, inline, localFunction */