Skip to content

Commit

Permalink
[filetypes] Update Kotlin basic types
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Apr 11, 2023
1 parent 54cc6ad commit 92d8d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/filedefs/filetypes.Kotlin.conf
Expand Up @@ -4,7 +4,7 @@
# https://kotlinlang.org/docs/reference/keyword-reference.html
primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null as fun in object typealias val var when by constructor delegate dynamic field file get init param property receiver set setparam where actual annotation companion const crossinline data expect external infix inline inner internal lateinit noinline open operator out reified sealed suspend tailrec vararg field it
# https://kotlinlang.org/docs/reference/basic-types.html
secondary=Double Float Long Int Short Byte NaN Void
secondary=Boolean Byte Char Double Float Long Int Short String UByte UInt ULong UShort Void
# documentation keywords for javadoc
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
typedefs=
Expand Down

0 comments on commit 92d8d22

Please sign in to comment.