equal
deleted
inserted
replaced
1943 # 0: string |
1943 # 0: string |
1944 compiler.err.string.switch.not.supported.in.source=\ |
1944 compiler.err.string.switch.not.supported.in.source=\ |
1945 strings in switch are not supported in -source {0}\n\ |
1945 strings in switch are not supported in -source {0}\n\ |
1946 (use -source 7 or higher to enable strings in switch) |
1946 (use -source 7 or higher to enable strings in switch) |
1947 |
1947 |
|
1948 # 0: string |
|
1949 compiler.err.lambda.not.supported.in.source=\ |
|
1950 lambda expressions are not supported in -source {0}\n\ |
|
1951 (use -source 8 or higher to enable lambda expressions) |
|
1952 |
1948 ######################################## |
1953 ######################################## |
1949 # Diagnostics for verbose resolution |
1954 # Diagnostics for verbose resolution |
1950 # used by Resolve (debug only) |
1955 # used by Resolve (debug only) |
1951 ######################################## |
1956 ######################################## |
1952 |
1957 |