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
+5
View File
@@ -0,0 +1,5 @@
enum class E {
fun foo() {
"" // E
}
}