Mark only included files as potentially unused (#442)
* Mark only included files as potentially unused * Update CHANGELOG * Add test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace N =
|
||||
function nconst() = 1
|
||||
|
||||
main contract C =
|
||||
entrypoint f() = N.nconst()
|
||||
Reference in New Issue
Block a user