1134 type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated |
1134 type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated |
1135 |
1135 |
1136 compiler.err.type.var.more.than.once.in.result=\ |
1136 compiler.err.type.var.more.than.once.in.result=\ |
1137 type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated |
1137 type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated |
1138 |
1138 |
1139 # 0: type, 1: type, 2: string |
1139 # 0: type, 1: type, 2: fragment |
1140 compiler.err.types.incompatible.diff.ret=\ |
1140 compiler.err.types.incompatible=\ |
1141 types {0} and {1} are incompatible; both define {2}, but with unrelated return types |
1141 types {0} and {1} are incompatible;\n\ |
|
1142 {2} |
|
1143 |
|
1144 # 0: name, 1: list of type |
|
1145 compiler.misc.incompatible.diff.ret=\ |
|
1146 both define {0}({1}), but with unrelated return types |
1142 |
1147 |
1143 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol |
1148 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol |
1144 compiler.err.types.incompatible.unrelated.defaults=\ |
1149 compiler.misc.incompatible.unrelated.defaults=\ |
1145 {0} {1} inherits unrelated defaults for {2}({3}) from types {4} and {5} |
1150 {0} {1} inherits unrelated defaults for {2}({3}) from types {4} and {5} |
1146 |
1151 |
1147 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol |
1152 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol |
1148 compiler.err.types.incompatible.abstract.default=\ |
1153 compiler.misc.incompatible.abstract.default=\ |
1149 {0} {1} inherits abstract and default for {2}({3}) from types {4} and {5} |
1154 {0} {1} inherits abstract and default for {2}({3}) from types {4} and {5} |
1150 |
1155 |
1151 # 0: name, 1: kind name, 2: symbol |
1156 # 0: name, 1: kind name, 2: symbol |
1152 compiler.err.default.overrides.object.member=\ |
1157 compiler.err.default.overrides.object.member=\ |
1153 default method {0} in {1} {2} overrides a member of java.lang.Object |
1158 default method {0} in {1} {2} overrides a member of java.lang.Object |