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

7 lines
48 B
Solidity

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