dashfwd

Results 1 issues of dashfwd

Running this code causes the JVM to crash: ``` val some10 = Some(10) val some11 = some10.map { it + 1 } // if present, this next line with cause...