You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 0.1.0-dev.12+commit.76f4cf7.llvm-18.1.8
Description: Both solc and zksolc (zkSync) can compile successfully, but resolc fails to compile.
libraryTestLibrary {
function testFunction() externalpurereturns(bool) {
returntrue;
}
}
contractTestContract {
function testLibraryFunction() publicpurereturns(bool) {
return TestLibrary.testFunction();
}
}
Contract `944b.sol:TestContract` compiling error: The contract `test.sol:TestContract` LLVM IR generator definition pass error: Library `test.sol:TestLibrary` not found in the projectThe contract `test.sol:TestContract` LLVM IR generator definition pass error: Library `test.sol:TestLibrary` not found in the project
The text was updated successfully, but these errors were encountered:
Version: 0.1.0-dev.12+commit.76f4cf7.llvm-18.1.8
Description: Both solc and zksolc (zkSync) can compile successfully, but resolc fails to compile.
The text was updated successfully, but these errors were encountered: