Add new acceptance test scenario (021)
```
Error: aiken::check
× Checking
╰─▶ Unknown type
VerificationKey
╭─[021/lib/test.ak:4:1]
4 │ pub type PoolId =
5 │ Hash<VerificationKey>
· ───────────────
6 │
╰────
```
This commit is contained in:
2
examples/acceptance_tests/021/aiken.toml
Normal file
2
examples/acceptance_tests/021/aiken.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
name = "acceptance_test_021"
|
||||||
|
version = "0.0.0"
|
||||||
8
examples/acceptance_tests/021/lib/test.ak
Normal file
8
examples/acceptance_tests/021/lib/test.ak
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
pub type Hash<a> =
|
||||||
|
ByteArray
|
||||||
|
|
||||||
|
pub type PoolId =
|
||||||
|
Hash<VerificationKey>
|
||||||
|
|
||||||
|
pub type VerificationKey =
|
||||||
|
ByteArray
|
||||||
Reference in New Issue
Block a user