feiyu02
2025-01-03 0ddfab15b32dc054464d75c695999fa76c3b9b78
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)
    }
}