mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 17:55:33 +00:00
fix compilation
This commit is contained in:
parent
a7cd90f589
commit
d6cee82120
@ -114,13 +114,13 @@ func bugLNG258_3() -> i8, i8:
|
|||||||
res1, res2 <- aB.inner.arrow()
|
res1, res2 <- aB.inner.arrow()
|
||||||
<- res1, res2
|
<- res1, res2
|
||||||
|
|
||||||
ability TestAb:
|
ability TestAbWithClosure:
|
||||||
arrow: -> i8
|
arrow: -> i8
|
||||||
|
|
||||||
func create(a: i8) -> TestAb:
|
func create(a: i8) -> TestAbWithClosure:
|
||||||
closureArrow = () -> i8:
|
closureArrow = () -> i8:
|
||||||
<- a
|
<- a
|
||||||
ab = TestAb(arrow = closureArrow)
|
ab = TestAbWithClosure(arrow = closureArrow)
|
||||||
<- ab
|
<- ab
|
||||||
|
|
||||||
func multipleAbilityWithClosure() -> i8, i8:
|
func multipleAbilityWithClosure() -> i8, i8:
|
||||||
|
Loading…
Reference in New Issue
Block a user