You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +58,7 @@ public AbstractKotlinCodegen() {
58
58
59
59
// this includes hard reserved words defined by https://github.com/JetBrains/kotlin/blob/master/core/descriptors/src/org/jetbrains/kotlin/renderer/KeywordStringsGenerated.java
60
60
// as well as keywords from https://kotlinlang.org/docs/reference/keyword-reference.html
61
-
reservedWords = newHashSet<String>(Arrays.asList(
61
+
reservedWords = newHashSet<>(Arrays.asList(
62
62
"abstract",
63
63
"actual",
64
64
"annotation",
@@ -126,7 +126,7 @@ public AbstractKotlinCodegen() {
0 commit comments