Gary Sieling

Scala: fixing error “streamable is not a member of io”

You can get an error if you do this:

import scala.io.Streamable

Or this…

import io.Streamable

These are actually in this package:

import scala.reflect.io.Directory
import scala.reflect.io.Streamable
Exit mobile version