feiyu02
2025-07-10 c5f380b69707a9a09fe988a2f4bd98e142bf64ae
src/test/kotlin/com/flightfeather/uav/Test.kt
@@ -163,4 +163,9 @@
        println("${period?.first};${period?.second};${period?.third}")
    }
    @Test
    fun foo18() {
        println(-4.382398 in 4.0..Double.MAX_VALUE)
    }
}