9514f8f873
FirDeclarationsResolveTransformer.transformSimpleFunction() performs proper local function analysis only if the parent is properly set. ^KTIJ-26608 Fixed
2 lines
44 B
Kotlin
Vendored
2 lines
44 B
Kotlin
Vendored
fun String.ext() = this + "EXT"
|
|
"base".ext() |