diff --git a/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out b/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out index 9a74ba16ef4..1c988857212 100644 --- a/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out +++ b/idea/testData/debugger/tinyApp/src/streams/sequence/misc/windowedWithBigStep.out @@ -1,7 +1,7 @@ -LineBreakpoint created at WindowedWithBigStep.kt:6 +LineBreakpoint created at WindowedWithBigStep.kt:10 Run Java Connected to the target VM -WindowedWithBigStep.kt:6 +WindowedWithBigStep.kt:10 sequenceOf(1, 1, 1, 1, 1, 1, 1, 1) .windowed(3, 5) .count()