Separate issue, I have a problem where declaring a...
# javascript
b
Separate issue, I have a problem where declaring an interface anywhere in my project results in
listOf<Any>()
becoming a subtype of
Token.Type
. Using a class fixes it, as does declaring two interfaces. The name and content of the interface doesn't matter. I can't for the life of me comprehend what could be happening here, this is by far the weirdest thing I've ever come across. Any ideas would be appreciated.