10a422180a
We want to test whether the propagation of function type kind annotation correctly works or not. This commit updates ComposableFunctionsTransformer that mimics the real compose compiler plugin to propagate the composable annotation i.e., @MyComposable from MyComposableFunction kind. Finally, the generated IR function for lambda expression must have the composable annotation, when the lambda expression does not have the explicit composable annotation, but we infer the composable annotation based on the annotation of function type for the value parameter. ^KT-64994