Stepping: do not step into kotlin standard library

#KT-2076 Fixed
This commit is contained in:
Natalia Ukhorskaya
2014-08-27 19:00:48 +04:00
parent 88afc7a949
commit 5c0c22d087
8 changed files with 83 additions and 3 deletions
@@ -0,0 +1,8 @@
package stdlibStep
fun main(args: Array<String>) {
val a = intArray(1)
//Breakpoint!
a.withIndices()
val b = 1
}