Closed
Description
Compiler version(s)
scalac 3.1.1 + scala.js 1.9.0
Minimized code
object LocationType extends Enumeration {
type LocationType = Value
val IP, GPS: LocationType = Value
}
LocationType.GPS.toString
Output
"<Unknown name for enum field #1 of class class scala.Enumeration$Val>"
Expectation
"GPS"