Files
kotlin-fork/analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/fragmentFunction.fragment.kt
T
Yan Zhulanow 9514f8f873 [LL API] Fix analysis of functions inside code fragments
FirDeclarationsResolveTransformer.transformSimpleFunction() performs
proper local function analysis only if the parent is properly set.

^KTIJ-26608 Fixed
2023-09-12 13:08:49 +00:00

2 lines
44 B
Kotlin
Vendored

fun String.ext() = this + "EXT"
"base".ext()