test data for position manager

This commit is contained in:
Alexander Udalov
2012-08-17 18:17:12 +04:00
parent 8ddeddc895
commit dc2d21e0c9
15 changed files with 180 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
class A {
val x = go() // A
fun go() = 4 // A
fun foo() {
"" // A
}
}