90ccdb79ed
`StubBasedFirTypeDeserializer` handles function parameter with a receiver with a special exception, which sets it as `ExtensionFunctionType`, but skips setting special function kinds for it even when the function parameter type is a special function kind. This drops `Composable` annotation from a lambda expression if the function parameter taking the lambda expression as an argument has a receiver, which causes a severe CodeGen error for Compose app on K2 Android Studio. ^KT-66526 Fixed