code review

This commit is contained in:
Miguel Palhas
2024-10-08 12:32:18 +01:00
parent e88cba0c82
commit 4f3709febb
5 changed files with 115 additions and 81 deletions

View File

@@ -544,11 +544,15 @@ new file mode 100644
index 0000000..d340f6a
--- /dev/null
+++ b/src/Counter.sol
@@ -0,0 +1,18 @@
@@ -0,0 +1,20 @@
+contract Counter {
+ // TODO: Test this
+ // Do it
+ // labels: urgent
+ /// TODO: Natspec comment
+ /// Do it
+ /// labels: urgent
+
+ /*
+ TODO: Test this too