Join Slack
Powered by
but you should be able to cast it: ``` val a: Node...
# javascript
r
robstoll
06/21/2018, 1:02 PM
but you should be able to cast it:
Copy code
val a: Node = object: Node(){} val e: Element = a as Element
Open in Slack
Previous
Next