Moved/renamed test data

This commit is contained in:
Valentin Kipyatkov
2015-07-06 20:05:57 +03:00
parent 60a3ab548c
commit 60ea98f870
30 changed files with 390 additions and 336 deletions
@@ -0,0 +1,10 @@
class C {
var property = "abc"
get() = $property + 1
fun foo() {
this.<caret>
}
}
// EXIST: $property