mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] More precise creation of verification targets.
This commit is contained in:
@@ -8,4 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -8,4 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -8,5 +8,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (93-100): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" happens here.
|
||||
// Warning 2529: (93-100): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -8,4 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (94-101): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (94-101): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -11,4 +11,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (122-129): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (122-129): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -11,4 +11,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (127-134): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (127-134): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -13,4 +13,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -7,4 +7,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (82-89): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -9,4 +9,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (111-121): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (111-121): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -7,4 +7,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (76-83): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (76-83): CHC: Empty array "pop" happens here.
|
||||
|
||||
@@ -11,4 +11,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 2529: (150-157): CHC: Empty array "pop" detected here.
|
||||
// Warning 2529: (150-157): CHC: Empty array "pop" happens here.
|
||||
|
||||
Reference in New Issue
Block a user