feat(kotlin)!: update parser and queries

Breaking change: removed nodes `"!in"` and `"!is"`.
This commit is contained in:
Christian Clason
2026-02-18 19:47:57 +01:00
committed by Christian Clason
parent 23502d650a
commit ecdae44bae
3 changed files with 4 additions and 6 deletions

View File

@@ -153,7 +153,7 @@
"charArrayOf" "emptyArray" "mapOf" "setOf" "listOf" "emptyMap" "emptySet" "emptyList"
"mutableMapOf" "mutableSetOf" "mutableListOf" "print" "println" "error" "TODO" "run"
"runCatching" "repeat" "lazy" "lazyOf" "enumValues" "enumValueOf" "assert" "check"
"checkNotNull" "require" "requireNotNull" "with" "suspend" "synchronized"))
"checkNotNull" "require" "requireNotNull" "with" "synchronized"))
; Literals
[
@@ -343,12 +343,11 @@
"?:"
"!!"
"is"
"!is"
"in"
"!in"
"as"
"as?"
".."
"..<"
"->"
] @operator