Commit 7540250
File tree
557 files changed
+614
-560
lines changed- common/src/main/kotlin/component
- src
- main/kotlin/com/compiler/server/compiler/components
- test
- kotlin/com/compiler/server
- resources
- test-compile-data/jvm/kotlin-web-site
- basic-syntax
- java-to-kotlin-collections-guide
- whatsnew11
- test-compile-output
- js/KotlinByExampleSnippetsTests
- 01_dynamic
- 02_js_function
- 03_external
- jvm
- kotlin-by-example
- 01_Data classes
- 01_Hello world
- 01_Higher-Order Functions
- 01_List
- 01_When
- 01_delegationPattern
- 01_let
- 01_namedArguments
- 02_DelegatedProperties
- 02_Enum
- 02_Functions
- 02_Lambdas
- 02_Loops
- 02_Set
- 02_String Templates
- 02_run
- 03_Destructuring Declarations
- 03_Map
- 03_Ranges
- 03_Sealed Classes
- 03_Variables
- 03_extensionFunctions
- 03_with
- 04_Equality Checks
- 04_Null Safety
- 04_Object
- 04_Smart Casts
- 04_apply
- 04_filter
- 04_map
- 05_Classes
- 05_Conditional expression
- 05_also
- 05_existential
- 06_Generics
- 06_find
- 07_Inheritance
- 07_firstlast
- 08_count
- 10_associateBy
- 11_partition
- 12_flatMap
- 13_max
- 14_sorted
- 15_Map_getValue
- 16_zip
- 17_getOrElse
- kotlin-hands-on
- 05_Concurrency
- 08_Channels
- kotlin-web-site
- arrays
- basic-syntax
- basic-types
- booleans
- characters
- classes
- coding-conventions
- collection-aggregate
- collection-elements
- collection-filtering
- collection-grouping
- collection-operations
- collection-ordering
- collection-parts
- collection-plus-minus
- collection-transformations
- collection-write
- collections-overview
- constructing-collections
- control-flow
- data-classes
- delegated-properties
- delegation
- enum-classes
- equality
- exceptions
- extensions
- fun-interfaces
- generics
- inheritance
- inline-classes
- inline-functions
- iterators
- java-to-kotlin-collections-guide
- java-to-kotlin-idioms-strings
- java-to-kotlin-nullability-guide
- kotlin-tour-basic-types
- kotlin-tour-classes
- kotlin-tour-collections
- kotlin-tour-control-flow
- kotlin-tour-functions
- kotlin-tour-hello-world
- kotlin-tour-null-safety
- lambdas
- list-operations
- map-operations
- null-safety
- numbers
- object-declarations
- operator-overloading
- properties
- ranges
- reflection
- returns
- scope-functions
- sequences
- set-operations
- strings
- this-expressions
- time-measurement
- type-aliases
- typecasts
- whatsnew-eap
- whatsnew11
- whatsnew12
- whatsnew13
- whatsnew14
- whatsnew1520
- whatsnew15
- whatsnew16
- whatsnew18
- whatsnew19
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
557 files changed
+614
-560
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| 159 | + | |
| 160 | + | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
| |||
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| 171 | + | |
| 172 | + | |
165 | 173 | | |
166 | 174 | | |
167 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
110 | 139 | | |
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | | - | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments