Note TODO re: re-enabling suspend function Java interop testing

This commit is contained in:
Chris Smowton
2022-12-07 11:51:48 +00:00
parent ecbb96ffc1
commit c526020fd4

View File

@@ -13,6 +13,7 @@ public class Java {
/*
// Java interop disabled as it currently doesn't work (no symbol fn1(int, Completion<...>) gets created)
// TODO: re-enable this test once a correct function signature is extracted
@Override
public Object fn1(int x, Continuation<? super String> $completion) {
return super.fn1(x, $completion);