solidity/test/libsolidity/syntaxTests/parsing/comment_end_with_double_star.sol

6 lines
40 B
Solidity
Raw Normal View History

contract C1 {
/**
**/
}
contract C2 {}