Oliver.O
11/13/2023, 8:44 PMinvoke
call
The issue is indeed fixed in K2, yet the IDE is still complaining (IDEA 2023.2.5, Kotlin: 232-1.9.20-release-507-IJ10072.27).
Reference has a nullable type '(suspend FrontendClientSessionPair.() -> Unit)?', use explicit '?.invoke()' to make a function-like call insteadIs this as expected given the current state of releases, or should I file another issue on KTIJ?
dmitriy.novozhilov
11/13/2023, 9:34 PMOliver.O
11/13/2023, 9:53 PM