riku
2019-09-23 14ce5d2ccfae554497763da846ffb9eb39cd6d34
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()
    }
}