mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Warn on YUL switch statement with only default statement
This commit is contained in:
committed by
chriseth
parent
ecaedebe53
commit
73e634924e
+1
@@ -29,3 +29,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (141-190): "switch" statement with only a default case.
|
||||
|
||||
Reference in New Issue
Block a user