KT-222 Grammar Docu of objectLiteral slightly wrong
#KT-222 Fixed
This commit is contained in:
@@ -266,7 +266,7 @@ arrayAccess
|
||||
;
|
||||
|
||||
objectLiteral
|
||||
: "object" ":" delegationSpecifier{","}? classBody // Cannot make class body optional: foo(object : F, A)
|
||||
: "object" (":" delegationSpecifier{","})? classBody // Cannot make class body optional: foo(object : F, A)
|
||||
;
|
||||
|
||||
/* Factory methods:
|
||||
|
||||
Reference in New Issue
Block a user