diff options
Diffstat (limited to 'test/data/properties/variablePropertyWithAccessors.kt')
-rw-r--r-- | test/data/properties/variablePropertyWithAccessors.kt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/data/properties/variablePropertyWithAccessors.kt b/test/data/properties/variablePropertyWithAccessors.kt deleted file mode 100644 index 152fb7d0..00000000 --- a/test/data/properties/variablePropertyWithAccessors.kt +++ /dev/null @@ -1,4 +0,0 @@ -var property: String - get() = "test" - set(value) { - }
\ No newline at end of file |