feiyu02
2025-07-04 33e5d4cbe1dcf35590b0a149ddcfed5134dae051
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)
    }
}