59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
7 lines
182 B
Kotlin
7 lines
182 B
Kotlin
public trait INode {
|
|
default object {
|
|
public val IN: String = "in"
|
|
public val AT: String = "@"
|
|
public val COMMA_WITH_SPACE: String = COMMA + SPACE
|
|
}
|
|
} |