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) } }