pragma solidity >=0.4.21 <0.8.0; contract RelativePathImport { uint r; constructor() public {} function isRelativePathMethod() public { r = 5; } }