solidity/test/libsolidity/syntaxTests/license/license_whitespace_trailing.sol
2021-01-18 16:17:06 +01:00

4 lines
122 B
Solidity

// SPDX-License-Identifier: GPL-3.0
// NOTE: Trailing space at the end of the line above is intentional.
contract C {}