Error messages fixed for deprecations that have been made errors

This commit is contained in:
Andrey Breslav
2015-12-08 18:39:44 +03:00
parent 434082cadb
commit 421f84e05a
3 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
// "Rename to 'setValue'" "true"
// ERROR: 'get' method convention on type 'CustomDelegate' is deprecated. Rename to 'getValue'
// ERROR: 'get' method convention on type 'CustomDelegate' is no longer supported. Rename to 'getValue'
import kotlin.reflect.KProperty
@@ -1,5 +1,5 @@
// "Rename to 'setValue'" "true"
// ERROR: 'get' method convention on type 'CustomDelegate' is deprecated. Rename to 'getValue'
// ERROR: 'get' method convention on type 'CustomDelegate' is no longer supported. Rename to 'getValue'
import kotlin.reflect.KProperty