Closed cyberthirst closed 1 week ago
another test case:
import lib1
uses: lib1
@deploy
def __init__():
lib1.__interface__(self).__init__()
exports: lib1.__interface__
#lib1.vy
k: uint256
@external
def bar():
pass
@deploy
def __init__():
self.k = 10
fixed in #4351
Version Information
vyper --version
): 039d36926cf19916ada19f36b7e8ee9b09c1eec5What's your issue about?
see
(hint: )
How can it be fixed?
Fill this in if you know how to fix it.