Skip to content

Commit 0a6e330

Browse files
authored
[kotlin mode] add value keyword for inline class (#6638)
1 parent 5895973 commit 0a6e330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/clike/clike.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
659659
"file import where by get set abstract enum open inner override private public internal " +
660660
"protected catch finally out final vararg reified dynamic companion constructor init " +
661661
"sealed field property receiver param sparam lateinit data inline noinline tailrec " +
662-
"external annotation crossinline const operator infix suspend actual expect setparam"
662+
"external annotation crossinline const operator infix suspend actual expect setparam value"
663663
),
664664
types: words(
665665
/* package java.lang */

0 commit comments

Comments
 (0)