I heard recently some advice to "unimport an implicit conversion from Predef" - I presume that this means it is possible to unimport
unwanted classes too:
import java.awt._
unimport java.awt.List
But this is not the syntax of an "unimport" (i.e. there is no such unimport
keyword). What is the correct syntax?