import scala.collection.immutable.Map;

class Test {

  void foo() {
      Map<String, String> map = null;
  }
}
