riku
2019-09-23 5e232be34f141a946b0bc00ea10bc4ecb31d4a2c
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()
    }
}