Skip to content

Commit 76296ee

Browse files
committed
example of 'false positive', trigger pipe completion when we should not
1 parent 0cae74b commit 76296ee

File tree

2 files changed

+345
-0
lines changed

2 files changed

+345
-0
lines changed

analysis/tests/src/CompletionPipeChain.res

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ let f = int->Integer.increment(2)
5454

5555
// let _ = CompletionSupport.Test.make(1)->CompletionSupport.Test.addSelf(2)->
5656
// ^com
57+
58+
let _ = [123]->Js.Array2.forEach(v => Js.log(v))
59+
// ->
60+
// ^com

0 commit comments

Comments
 (0)