equal
deleted
inserted
replaced
764 |
764 |
765 # 0: symbol, 1: symbol |
765 # 0: symbol, 1: symbol |
766 compiler.err.not.def.public.cant.access=\ |
766 compiler.err.not.def.public.cant.access=\ |
767 {0} is not public in {1}; cannot be accessed from outside package |
767 {0} is not public in {1}; cannot be accessed from outside package |
768 |
768 |
|
769 # 0: symbol, 1: symbol |
|
770 compiler.misc.not.def.public.cant.access=\ |
|
771 {0} is not public in {1}; cannot be accessed from outside package |
|
772 |
769 # 0: name |
773 # 0: name |
770 compiler.err.not.loop.label=\ |
774 compiler.err.not.loop.label=\ |
771 not a loop label: {0} |
775 not a loop label: {0} |
772 |
776 |
773 compiler.err.not.stmt=\ |
777 compiler.err.not.stmt=\ |