Skip to content

Commit c731251

Browse files
committed
Kotlin 2: Remove an unused diagnostic matcher in library-tests/dataflow/func
1 parent 3d1f9a7 commit c731251

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/ql/test-kotlin2/library-tests/dataflow/func/kotlinx_coroutines_stubs.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ public fun <T> CoroutineScope.async(
3131
): Deferred<T> {
3232
return null!!
3333
}
34-
35-
// Diagnostic Matches: % Couldn't get owner of KDoc. The comment is extracted without an owner. ...while extracting a file (kotlinx_coroutines_stubs.kt) at %kotlinx_coroutines_stubs.kt:1:1:36:0%

0 commit comments

Comments
 (0)