Files
kotlin-fork/analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/fragmentFunction.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

3 lines
35 B
Kotlin
Vendored

fun test() {
<caret>val x = 0
}