Warn about unreachable code.

This commit is contained in:
Daniel Kirchner
2019-01-10 10:36:50 +01:00
parent 63319cfdcd
commit 0dfd4a726e
27 changed files with 258 additions and 12 deletions
@@ -8,3 +8,4 @@ contract C {
}
}
// ----
// Warning: (112-135): Unreachable code.