mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Note TODO re: re-enabling suspend function Java interop testing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user