File tree Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"modelStart" : " " ,
3
3
"reservedKeywords" : [
4
+ " field" ,
5
+ " dynamic" ,
6
+ " delegate" ,
7
+ " constructor" ,
8
+ " by" ,
9
+ " when" ,
10
+ " var" ,
11
+ " val" ,
12
+ " typealias" ,
13
+ " object" ,
14
+ " is" ,
15
+ " in" ,
16
+ " fun" ,
17
+ " as" ,
4
18
" abstract" ,
5
19
" continue" ,
6
20
" for" ,
51
65
" float" ,
52
66
" native" ,
53
67
" super" ,
54
- " while"
68
+ " while" ,
69
+ " file" ,
70
+ " get" ,
71
+ " init" ,
72
+ " param" ,
73
+ " property" ,
74
+ " receiver" ,
75
+ " set" ,
76
+ " setparam" ,
77
+ " where" ,
78
+ " actual" ,
79
+ " annotation" ,
80
+ " companion" ,
81
+ " const" ,
82
+ " crossinline" ,
83
+ " data" ,
84
+ " enum" ,
85
+ " expect" ,
86
+ " external" ,
87
+ " infix" ,
88
+ " inline" ,
89
+ " inner" ,
90
+ " internal" ,
91
+ " lateinit" ,
92
+ " noinline" ,
93
+ " open" ,
94
+ " operator" ,
95
+ " out" ,
96
+ " reified" ,
97
+ " sealed" ,
98
+ " suspend" ,
99
+ " tailrec" ,
100
+ " vararg" ,
101
+ " it"
55
102
],
56
103
57
104
"dataTypes" : {
You can’t perform that action at this time.
0 commit comments