solidity/test/libsolidity/syntaxTests/parsing/comment_end_with_double_star.sol
2018-05-16 03:48:37 +02:00

6 lines
40 B
Solidity

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