Removed accessors for const properties

This commit is contained in:
Michael Bogdanov
2015-12-24 15:53:05 +03:00
parent b4db23a7b3
commit f870e365fa
12 changed files with 56 additions and 48 deletions
@@ -1,17 +0,0 @@
const val CONST_VAL = 1
object A {
const val CONST_VAL = 2
}
class B {
companion object {
const val CONST_VAL = 2
}
}
/*
3 DEPRECATED are for getCONST_VAL
*/
// 3 DEPRECATED