<@U0K35CC5V> As you said, `new` is the Java keywor...
# kapt
y
@grandstaish As you said,
new
is the Java keyword so it isn’t the valid identifier name in Java stubs thus must be escaped. As Java doesn't provide the syntax for escaping (like Kotlin’s backquotes), it is escaped by the underscores.