From ed0aa4d3b36932d81735856084faa7ac1e1b8a52 Mon Sep 17 00:00:00 2001 From: null Date: Sat, 11 Jul 2026 20:49:06 -0500 Subject: [PATCH] fix(test): HomeContentRenderSmokeTest nested-comment (components/* opened a block comment) 'ui/home/components/*' in the KDoc contains a /* sequence, which Kotlin treats as a NESTED block-comment opener (Kotlin nests block comments) -> unclosed comment. Reworded. androidTest now compiles. (App was never affected.) Co-Authored-By: Claude Fable 5 --- .../java/app/closer/ui/home/HomeContentRenderSmokeTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt b/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt index ed315c63..ae8564f4 100644 --- a/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt +++ b/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt @@ -12,7 +12,7 @@ import org.junit.runner.RunWith /** * Instrumented render smoke for the Home screen — the on-device net for the "composes fine, crashes * on first paint" class that JVM unit tests and static scanners can't catch. Created alongside the - * HomeScreen decomposition (1921 -> 614 lines across ui/home/components/*) so any future extraction + * HomeScreen decomposition (1921 -> 614 lines across the ui/home/components package) so any extraction * or @Immutable change that breaks Home rendering is caught. * * Renders the self-contained, VM-free `PairedHomePreviewScreen` (which builds demo HomeUiState and