Add support for tests with debugger
This commit is contained in:
committed by
Yan Zhulanow
parent
b916f9e8e6
commit
2aef583aa7
@@ -0,0 +1,6 @@
|
||||
import java.util.stream.Stream
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// Breakpoint!
|
||||
Stream.of(1, 2, 3).toArray()
|
||||
}
|
||||
Reference in New Issue
Block a user