solidity/test/libsolidity/syntaxTests/license/license_whitespace_trailing.sol
2021-04-20 17:38:29 +02:00

5 lines
130 B
Solidity

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