feiyu02
2024-12-16 b3e273990fda27b68dfcf2c7f9d78311a5279885
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)
    }
}