Tests and changelog

This commit is contained in:
hrkrshnn
2021-04-08 17:06:24 +02:00
parent b7795b86c1
commit e96a161115
6 changed files with 871 additions and 2 deletions
@@ -4,4 +4,3 @@ contract C {
uint private state;
}
// ----
// DocstringParsingError 6546: (17-74): Documentation tag @notice not valid for non-public state variables.
@@ -11,4 +11,3 @@ contract C {
}
}
// ----
// ParserError 2837: (290-295): Only state variables or file-level variables can have a docstring.