// modeled on jacks 16.2.7-final-4: A final variable // must be definitely unassigned if it // is to be assigned inside an if (false) block. // if false is no protection for evildoers public class UnderIfFalse { static int foo() { return 0; } static final int val = foo(); public static void main(String[] args) { if (false) { val = 1; } } } ader'> cgit logo index : nextcloud-server.git
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/l10n/es_UY.js
blob: a12702211c28744126ab50d106b50aa6ba1e5a51 (plain)
1
2
3
4
5
6
7
8
9
10