You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran tplant on my project, got strange results. It doesn't seem to understand that default is a keyword, and not the name of the class. Here are some examples:
class default extends Error {
class default {
class default extends Client
class default {
abstract class default {
class default extends Parser {
And so on.
The text was updated successfully, but these errors were encountered:
Just ran tplant on my project, got strange results. It doesn't seem to understand that
default
is a keyword, and not the name of the class. Here are some examples:And so on.
The text was updated successfully, but these errors were encountered: