sophia/test/contracts/namespace_clash_same_file.aes

9 lines
115 B
Plaintext

namespace Nmsp =
type x = int
namespace Nmsp =
type y = string
main contract Bug =
type number = int