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