Skip to content

Commit d9a1be2

Browse files
committed
Merge remote-tracking branch 'origin/v2' into slang
# Conflicts: # package-lock.json # package.json # tests/format/BasicIterator/__snapshots__/format.test.js.snap # tests/format/BasicIterator/jsfmt.spec.js # tests/format/BinaryOperators/__snapshots__/format.test.js.snap # tests/format/BinaryOperators/jsfmt.spec.js # tests/format/Comments/jsfmt.spec.js # tests/format/EnumDefinitions/__snapshots__/jsfmt.spec.js.snap # tests/format/FunctionDefinitions/__snapshots__/format.test.js.snap # tests/format/FunctionDefinitions/jsfmt.spec.js # tests/format/ImportDirective/__snapshots__/jsfmt.spec.js.snap # tests/format/IndexOf/__snapshots__/format.test.js.snap # tests/format/IndexOf/jsfmt.spec.js # tests/format/ModifierInvocations/__snapshots__/format.test.js.snap # tests/format/ModifierInvocations/jsfmt.spec.js # tests/format/Pragma/Pragma.sol # tests/format/Pragma/__snapshots__/format.test.js.snap # tests/format/Proxy/__snapshots__/format.test.js.snap # tests/format/Proxy/jsfmt.spec.js # tests/format/StyleGuide/__snapshots__/format.test.js.snap # tests/format/StyleGuide/jsfmt.spec.js # tests/format/Tuples/__snapshots__/format.test.js.snap # tests/format/Tuples/__snapshots__/jsfmt.spec.js.snap # tests/format/Tuples/jsfmt.spec.js # tests/format/Tupples/__snapshots__/jsfmt.spec.js.snap
2 parents ade9c7b + 2b27e68 commit d9a1be2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contract FunctionDefinitions {
2+
function () external {}
3+
function () external payable {}
4+
}

0 commit comments

Comments
 (0)