Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 188fd84

Browse files
committed
.
1 parent 179ad21 commit 188fd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mysema/codegen/support/KotlinSyntaxUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private KotlinSyntaxUtils() {}
3131
"it", "package", "super", "true", "with", "<:", "class",
3232
"false", "if", "new", "private", "this", "type", "yield", "<%", ">:", "fun", "final",
3333
"implicit", "null", "protected", "throw", "val", "#", "@", "constructor", "companion",
34-
"is", "when", "?:", "internal", "get", "set", "field", "sealed"));
34+
"is", "when", "?:", "internal", "get", "set", "field", "sealed", "inline"));
3535

3636
public static boolean isReserved(String token) {
3737
return reserved.contains(token);

0 commit comments

Comments
 (0)