feiyu02
2025-01-09 6c1e7c5ac983301c34f003415cda2ef7c7e176a6
src/test/kotlin/com/flightfeather/uav/Test.kt
@@ -127,9 +127,6 @@
    @Test
    fun foo17() {
        repeat(8) {
            if (it == 5) return@repeat
            println(it)
        }
        val a = listOf(1, 2, 3)
    }
}