src/test/kotlin/com/flightfeather/obd/Test.kt @@ -131,12 +131,8 @@ @Test fun f0012() { ByteArray(3).forEach { println(it) return } println("end") val a = "80ffffff".toBigInteger(16) val b = a?.toDouble() } }