test_interface.sol 100 B

123456
  1. interface foo {
  2. constructor(int arg1) public {
  3. }
  4. }