equal
deleted
inserted
replaced
82 call to {0} must be first statement in constructor |
82 call to {0} must be first statement in constructor |
83 compiler.err.cant.apply.symbol=\ |
83 compiler.err.cant.apply.symbol=\ |
84 {0} {1} in {4} {5} cannot be applied to given types\n\ |
84 {0} {1} in {4} {5} cannot be applied to given types\n\ |
85 required: {2}\n\ |
85 required: {2}\n\ |
86 found: {3} |
86 found: {3} |
87 compiler.err.cant.apply.symbol.1=\ |
87 compiler.err.cant.apply.symbol.1=\ |
88 {0} {1} in {4} {5} cannot be applied to given types;\n\ |
88 {0} {1} in {4} {5} cannot be applied to given types;\n\ |
89 required: {2}\n\ |
89 required: {2}\n\ |
90 found: {3}\n\ |
90 found: {3}\n\ |
91 reason: {6} |
91 reason: {6} |
92 compiler.err.cant.assign.val.to.final.var=\ |
92 compiler.err.cant.assign.val.to.final.var=\ |
467 undefined label: {0} |
467 undefined label: {0} |
468 compiler.err.undetermined.type=\ |
468 compiler.err.undetermined.type=\ |
469 type parameters of {0} cannot be determined |
469 type parameters of {0} cannot be determined |
470 compiler.err.undetermined.type.1=\ |
470 compiler.err.undetermined.type.1=\ |
471 type parameters of {0} cannot be determined; {1} |
471 type parameters of {0} cannot be determined; {1} |
|
472 compiler.err.invalid.inferred.types=\ |
|
473 invalid inferred types for {0}; {1} |
472 compiler.err.unreachable.stmt=\ |
474 compiler.err.unreachable.stmt=\ |
473 unreachable statement |
475 unreachable statement |
474 compiler.err.initializer.must.be.able.to.complete.normally=\ |
476 compiler.err.initializer.must.be.able.to.complete.normally=\ |
475 initializer must be able to complete normally |
477 initializer must be able to complete normally |
476 compiler.err.unreported.exception.need.to.catch.or.throw=\ |
478 compiler.err.unreported.exception.need.to.catch.or.throw=\ |
993 compiler.misc.no.conforming.assignment.exists=\ |
995 compiler.misc.no.conforming.assignment.exists=\ |
994 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to formal parameter type {2} |
996 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to formal parameter type {2} |
995 compiler.misc.arg.length.mismatch=\ |
997 compiler.misc.arg.length.mismatch=\ |
996 cannot instantiate from arguments because actual and formal argument lists differ in length |
998 cannot instantiate from arguments because actual and formal argument lists differ in length |
997 compiler.misc.inferred.do.not.conform.to.bounds=\ |
999 compiler.misc.inferred.do.not.conform.to.bounds=\ |
998 inferred type argument(s) {0} do not conform to bounds of type variable(s) {1} |
1000 inferred type does not conform to declared bound(s)\n\ |
|
1001 inferred: {0}\n\ |
|
1002 bound(s): {1} |
|
1003 compiler.misc.inferred.do.not.conform.to.params=\ |
|
1004 actual arguments do not conforms to inferred formal arguments\n\ |
|
1005 required: {0}\n\ |
|
1006 found: {1} |
999 |
1007 |
1000 ##### |
1008 ##### |
1001 |
1009 |
1002 ## The first argument ({0}) is a "kindname". |
1010 ## The first argument ({0}) is a "kindname". |
1003 compiler.err.abstract.cant.be.accessed.directly=\ |
1011 compiler.err.abstract.cant.be.accessed.directly=\ |