New tests.

This commit is contained in:
chriseth
2020-07-07 12:16:18 +02:00
parent 5959d442cb
commit 552d353430
8 changed files with 36 additions and 0 deletions
@@ -0,0 +1,5 @@
contract A {
constructor(function() internal) {}
}
// ----
// TypeError 4103: (29-49): Internal type is not allowed for public or external functions. You can make the contract abstract to avoid this problem.