Move all test data for single test to one directory

This commit is contained in:
Nikolay Krasko
2017-06-08 20:09:33 +03:00
parent 75e5dca735
commit 6d22e06359
332 changed files with 37 additions and 32 deletions
@@ -0,0 +1,15 @@
LineBreakpoint created at stdlib.kt:5
Run Java
Connected to the target VM
stdlib.kt:5
Compile bytecode for arrayOf(100, 101)
Compile bytecode for arrayOf("a", "b", "c")
Compile bytecode for intArrayOf(1, 2)
Compile bytecode for String::class.java
Compile bytecode for Int::class.java
Compile bytecode for 100.toInt()
Compile bytecode for 100.toLong()
Compile bytecode for args.sortedBy { it }.size
Disconnected from the target VM
Process finished with exit code 0