Add test comment in K2CompilerFacade.kt

A comment labeled "test 1" has been added to the K2CompilerFacade.kt file under the package 'androidx.compose.compiler.plugins.kotlin.facade'.
diff --git a/plugins/compose/compiler-hosted/integration-tests/src/jvmTest/kotlin/androidx/compose/compiler/plugins/kotlin/facade/K2CompilerFacade.kt b/plugins/compose/compiler-hosted/integration-tests/src/jvmTest/kotlin/androidx/compose/compiler/plugins/kotlin/facade/K2CompilerFacade.kt
index 3c26abb..414b20d 100644
--- a/plugins/compose/compiler-hosted/integration-tests/src/jvmTest/kotlin/androidx/compose/compiler/plugins/kotlin/facade/K2CompilerFacade.kt
+++ b/plugins/compose/compiler-hosted/integration-tests/src/jvmTest/kotlin/androidx/compose/compiler/plugins/kotlin/facade/K2CompilerFacade.kt
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+// test 1
 package androidx.compose.compiler.plugins.kotlin.facade
 
 import com.intellij.openapi.project.Project