feiyu02
2025-07-03 c56e1e74426238939f229f0005828d05089715ff
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)
    }
}