I have a graph class which I\'m trying to construct adjacency list but I\'m getting cryptic errors from Scala at line intGraph.g = intGraph.g + (edge._1 -> edge._2
intGraph.g = intGraph.g + (edge._1 -> edge._2