mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
201 stars 21 forks source link

As of Kotlin 1.3, unsigned datatypes #30

Open anikaiful opened 5 years ago

anikaiful commented 5 years ago

As of Kotlin 1.3, unsigned datatypes** in common/jvm/native:

** UInt, UIntArray, ULong, etc., etc.