looking at the following code here but getting ```...
# javascript
b
looking at the following code here but getting
Copy code
class Collection extends Map {
    constructor(entries) {
      super(entries);
    }
}
Is this a bug because obviously you can inherit from a Map (you shouldn't do it but you can)
2
h
Looks like it is coming from Kotlin-wrappers, so file an issue, they are fast :) As a workaround just copy the external definition and remove the restriction.
b
thank you
t
Fix released in
pre.780