-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlin: Update codegen templates to support struct enums #1793
Conversation
c25d8ce
to
2b57fa1
Compare
2b534d7
to
b9bd5b3
Compare
b9bd5b3
to
f138137
Compare
// the assertIs smart casted for us | ||
assertEquals("* * * * *", sourceIn.config.cron.schedule) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should configure your editor to always write a final newline ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VSCode: "files.insertFinalNewline": true,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guess I can insert that newline myself soon-ish..
The API looks like this
ref: https://github.com/svix/monorepo-private/issues/9981