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