New test 103 and clippy fixes
This commit is contained in:
13
examples/acceptance_tests/103/lib/tests.ak
Normal file
13
examples/acceptance_tests/103/lib/tests.ak
Normal file
@@ -0,0 +1,13 @@
|
||||
fn do_diagnostic(self: Data) -> ByteArray {
|
||||
let builder = 2
|
||||
|
||||
from_int(builder)
|
||||
}
|
||||
|
||||
fn from_int(i: Int) -> ByteArray {
|
||||
"dddd"
|
||||
}
|
||||
|
||||
test other() {
|
||||
do_diagnostic(1) != "thing"
|
||||
}
|
||||
Reference in New Issue
Block a user