Refactor and generate tests on JetPositionManager

This commit is contained in:
Alexander Udalov
2014-09-24 12:11:51 +04:00
parent 9f7979d0ce
commit b5832d2656
29 changed files with 235 additions and 174 deletions
@@ -0,0 +1,9 @@
class A {
val x = go() // A
fun go() = 4 // A
fun foo() {
"" // A
}
}