9514f8f873
FirDeclarationsResolveTransformer.transformSimpleFunction() performs proper local function analysis only if the parent is properly set. ^KTIJ-26608 Fixed
3 lines
35 B
Kotlin
Vendored
3 lines
35 B
Kotlin
Vendored
fun test() {
|
|
<caret>val x = 0
|
|
} |