feiyu02
2025-07-16 8fc27dba6719041402e3e3c099e2f3e01d9d52c7
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)
    }
}