Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update kotlin.html.markdown | Tentacles | 2021-02-04 | -1/+1 |
| | ||||
* | fix: use fooData's values, not fooCopy's | Alex P | 2021-01-29 | -1/+1 |
| | ||||
* | Kotlin enum | ashraf-patel | 2019-08-05 | -2/+13 |
| | ||||
* | refactor operator overloading example; reorder code | Illya Gerasymchuk | 2019-03-23 | -62/+51 |
| | | | | | Refactored the operator overloading example, fixed some grammar mistakes, reordered parts of the code to make it easier to read and some other minor fixes. | |||
* | fix grammar errors | Illya Gerasymchuk | 2019-03-22 | -2/+2 |
| | ||||
* | Mention parameterless main function | Henning Post | 2018-10-31 | -1/+3 |
| | ||||
* | Update link to run Kotlin in the browser | Saurabh Sandav | 2018-10-27 | -1/+1 |
| | ||||
* | [Kotlin/en] add kotlin operator overloading | Muhammad Rifqi Fatchurrahman | 2018-10-03 | -3/+70 |
| | ||||
* | Update kotlin.html.markdown | Zohar Jackson | 2018-09-10 | -0/+6 |
| | ||||
* | Added print output for template string command | Bharat Reddy | 2017-07-07 | -1/+1 |
| | ||||
* | [Kotlin/all] Remove whitespace in variable declaration with explicit type ↵ | João Vitor Verona Biazibetti | 2017-05-19 | -1/+1 |
| | | | | | | | | (#2733) * Removed whitespace in variable declaration with explicit type (Kotlin) * Removed whitespace in variable declaration with explicit type (Kotlin translations) | |||
* | [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689) | Pablo Najt | 2017-03-24 | -3/+3 |
| | ||||
* | Several changes on Kontlin. (#2335) | Jakukyo Friel | 2016-10-12 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | * kotlin: remove unnecessary semicolons. Also replace code block language `java` with `kotlin`. * kotlin: change coding style (Kotlin Reference) * kotlin: anonymous function -> lambda expression Anonymous functions and lambda expressions are different in Kotlin. The code example uses `anonymous function` in the comment, while the code below is in fact lambda expressions. * Remove myself from contributors. Not for trivial changes. * kotlin: fix a typo. Thanks @geoffliu to point out this. * kotlin: change style of default parameter according to Referenec. | |||
* | [Kotlin/en] Add more destructuring examples (#2419) | Sergey Mashkov | 2016-10-05 | -0/+11 |
| | ||||
* | [Kotlin/en] Add when smartcast example (#2418) | Sergey Mashkov | 2016-10-05 | -0/+8 |
| | ||||
* | [Kotlin/en] correct object clarification (#2413) | Sergey Mashkov | 2016-10-05 | -1/+6 |
| | | | | | | * Kotlin: correct object clarification * Kotlin: correct object clarification | |||
* | [kotlin/en] Add "if" usage as an expression (#2367) | Paolo Furini | 2016-09-12 | -0/+8 |
| | | | | | | | | * [kotlin/en] Add "if" usage as a function * [kotlin/en] Change comment on "if" expression Rephrase the comment to use the term "expression" in place of "function" | |||
* | [kotlin/en] Add examples of sequences (#2214) | s-webber | 2016-06-26 | -6/+31 |
| | | | | | | | | * minor capitalization and punctuation changes * examples of sequences * corrected comment | |||
* | Merge pull request #2202 from s-webber/master | ven | 2016-03-19 | -3/+4 |
|\ | | | | | [kotlin/en] Add links to other resources | |||
| * | updated further reading section | s-webber | 2016-03-19 | -2/+3 |
| | | ||||
| * | removed unnecessary brackets | s-webber | 2016-03-19 | -1/+1 |
| | | ||||
* | | Set kotlin highlighting to java | Adam Bard | 2016-03-15 | -1/+1 |
|/ | ||||
* | created kotlin markdown | s-webber | 2016-03-13 | -0/+321 |