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

4 lines
61 B
Solidity
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0
contract C {}
// ----