Skip to content

Commit

Permalink
Fix companion object definition in the grammar (KT-8566)
Browse files Browse the repository at this point in the history
  • Loading branch information
yole committed Nov 10, 2016
1 parent 2c989b5 commit e68dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/src/class_members.grm
Expand Up @@ -42,7 +42,7 @@ anonymousInitializer
; ;


companionObject companionObject
: modifiers "companion" "object" : modifiers "companion" "object" SimpleName (":" delegationSpecifier{","})? classBody?
; ;


valueParameters valueParameters
Expand Down

0 comments on commit e68dcdc

Please sign in to comment.