Add null capability test
This commit is contained in:
@@ -76,4 +76,8 @@ interface TestTailCallee {
|
||||
|
||||
interface TestTailCaller {
|
||||
foo @0 (i :Int32, callee :TestTailCallee) -> TestTailCallee.TailResult;
|
||||
}
|
||||
}
|
||||
|
||||
interface TestPassedCap {
|
||||
foo @0 (cap :TestInterface) -> (x: Text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user