We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbb96f commit c526020Copy full SHA for c526020
java/ql/test/kotlin/library-tests/java_and_kotlin/Java.java
@@ -13,6 +13,7 @@ public String fn0(int x) {
13
14
/*
15
// Java interop disabled as it currently doesn't work (no symbol fn1(int, Completion<...>) gets created)
16
+// TODO: re-enable this test once a correct function signature is extracted
17
@Override
18
public Object fn1(int x, Continuation<? super String> $completion) {
19
return super.fn1(x, $completion);
0 commit comments