solidity/test/libsolidity/syntaxTests/license/license_whitespace_trailing.sol

5 lines
130 B
Solidity
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0
2021-01-12 16:07:23 +00:00
// NOTE: Trailing space at the end of the line above is intentional.
contract C {}
// ----