Extract tests.

This commit is contained in:
chriseth
2018-04-18 14:24:35 +02:00
parent f925747050
commit f510348ff1
26 changed files with 197 additions and 182 deletions
@@ -0,0 +1,5 @@
contract test {
constructor() external {}
}
// ----
// TypeError: (17-42): Constructor must be public or internal.