Minor: get line start without whitespaces in KotlinExtraVariablesProvider

#KT-10183 Fxied
This commit is contained in:
Natalia Ukhorskaya
2015-11-27 14:55:02 +03:00
parent 0d486e1cfc
commit d2ef7b0ae0
4 changed files with 48 additions and 4 deletions
@@ -0,0 +1,12 @@
package evFunctionDeclaration
class A(val a: Int) {
//Breakpoint!
fun foo() = a
}
fun main(args: Array<String>) {
A(1).foo()
}
// PRINT_FRAME