Skip to content

Commit

Permalink
Merge pull request #3 from xingweitian/adapt-to-cf-master
Browse files Browse the repository at this point in the history
Complete the error message file.
  • Loading branch information
wmdietl authored Jul 27, 2019
2 parents 8b8bd6b + 0391e9d commit 0ee8410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/pico/typecheck/messages.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
constructor.invocation.invalid=Cannot not instantiate type: %s out of constructor: %s
constructor.return.invalid=Invalid constructor return type: %s
method.receiver.incompatible
class.bound.invalid
subclass.bound.incompatible
method.receiver.incompatible=Incompatible method receiver: %s
class.bound.invalid=Invalid class bound: %s
subclass.bound.incompatible=Incompatible subclass bound: %s
super.constructor.invocation.incompatible=Subclass constructor: %s is not compatible with super class constructor: %s
illegal.field.write=Cannot write field via receiver: %s
illegal.array.write=Cannot write array via receiver: %s
Expand Down

0 comments on commit 0ee8410

Please sign in to comment.