Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c526020

Browse files
committed
Note TODO re: re-enabling suspend function Java interop testing
1 parent ecbb96f commit c526020

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • java/ql/test/kotlin/library-tests/java_and_kotlin

java/ql/test/kotlin/library-tests/java_and_kotlin/Java.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public String fn0(int x) {
1313

1414
/*
1515
// 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
1617
@Override
1718
public Object fn1(int x, Continuation<? super String> $completion) {
1819
return super.fn1(x, $completion);

0 commit comments

Comments
 (0)