mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 01:57:50 +07:00
Cleanup (formatting)
This commit is contained in:
+1
-11
@@ -1,6 +1,4 @@
|
||||
// switch statement
|
||||
|
||||
class a {
|
||||
class SwitchStatement {
|
||||
void m() {
|
||||
{
|
||||
<error descr="Case statement outside switch">case 0:</error>
|
||||
@@ -10,14 +8,6 @@ class a {
|
||||
<error descr="Case statement outside switch">default:</error>
|
||||
}
|
||||
|
||||
switch (0) {
|
||||
case 0<error descr="':' expected">;</error>
|
||||
}
|
||||
|
||||
switch (0) {
|
||||
default<error descr="':' expected">;</error>
|
||||
}
|
||||
|
||||
switch (0) {
|
||||
////////////////
|
||||
/** */
|
||||
|
||||
Reference in New Issue
Block a user