-
Notifications
You must be signed in to change notification settings - Fork 6.2k
KT-20357: Add sample usages for array constructor functions #5521
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
Closed
oscarArismendi
wants to merge
5
commits into
JetBrains:master
from
oscarArismendi:KT-20357-array-of-samples
Closed
KT-20357: Add sample usages for array constructor functions #5521
oscarArismendi
wants to merge
5
commits into
JetBrains:master
from
oscarArismendi:KT-20357-array-of-samples
+178
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
Hi, just checking if I need to do anything else to move this toward review |
fzhinkin
requested changes
Nov 24, 2025
fzhinkin
reviewed
Dec 2, 2025
0713c9e to
bbe6420
Compare
bbe6420 to
b49f96e
Compare
fzhinkin
reviewed
Dec 10, 2025
b49f96e to
ab436f7
Compare
ab436f7 to
e9da575
Compare
fzhinkin
approved these changes
Dec 17, 2025
bf4d3e0 to
200bc17
Compare
mMaxy
approved these changes
Dec 18, 2025
JSMonk
approved these changes
Dec 18, 2025
igoriakovlev
approved these changes
Dec 18, 2025
…rd library Related issue: KT-20357
…tions in standard library Related issue: KT-20357
Related issue: KT-20357
… standard library Related issue: KT-20357
200bc17 to
e19e4d2
Compare
Contributor
|
Merged: 1f72cac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a sample function for constructors in
Library.kt.These are just the basics, but I remember when I was learning Kotlin that having examples for everything would’ve made me spend more time in the official documentation.
Related issue: KT-20357