pragma solidity ^0.5.0; import "./LeafC.sol"; contract SameFile1 is LeafC { uint samefile1; } contract SameFile2 { uint samefile2; }