Add null capability test

This commit is contained in:
Jason Paryani
2015-06-03 14:35:39 -07:00
parent 58667c17c3
commit 8f78a7c80b
2 changed files with 20 additions and 1 deletions

View File

@@ -76,4 +76,8 @@ interface TestTailCallee {
interface TestTailCaller {
foo @0 (i :Int32, callee :TestTailCallee) -> TestTailCallee.TailResult;
}
}
interface TestPassedCap {
foo @0 (cap :TestInterface) -> (x: Text);
}