Updates invalid syntax test.

This commit is contained in:
Erik Kundt 2018-06-29 13:00:50 +02:00
parent 1346b4407f
commit e6d250772d

View File

@ -1,2 +1,3 @@
contract A { constructor() public {} }
contract A { constructor() {} }
// ----
// Warning: (13-29): No visibility specified. Defaulting to "public".