-
Notifications
You must be signed in to change notification settings - Fork 124
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
Clean-up of TupleType #1467
Clean-up of TupleType #1467
Conversation
Formatting check succeeded! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature-kotlin #1467 +/- ##
====================================================
- Coverage 66.02% 65.85% -0.18%
- Complexity 3001 4844 +1843
====================================================
Files 486 487 +1
Lines 28447 28791 +344
Branches 5463 5428 -35
====================================================
+ Hits 18782 18959 +177
- Misses 7467 7616 +149
- Partials 2198 2216 +18 ☔ View full report in Codecov by Sentry. |
… compact syntax for single-line functions, start using string templates
if (this.oneBased) " (one-based)" else "", | ||
if (this.target != null) " (target: " + this.target + ")" else "" | ||
) | ||
return "$name:$type$%s%s%s" |
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.
It's pretty cool you can do this in Kotlin
Quality Gate failedFailed conditions |
check
instead ofrequire
for internal state