You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classId implied `Internal` as a package whereas it is a class instead. The test that verified that was using incorrect instance of `EnumLite` which caused compiler to behave weirdly instead of failing with missing class.
Fixes: 195200551
Test: Compiler tests
Copy file name to clipboardExpand all lines: plugins/compose/compiler-hosted/integration-tests/src/jvmTest/kotlin/androidx/compose/compiler/plugins/kotlin/LambdaMemoizationTransformTests.kt
Copy file name to clipboardExpand all lines: plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/AbstractComposeLowering.kt
0 commit comments