Files
kotlin-fork/compiler/testData
Denis Zharkov b2b76d16d0 Add checks for const modifier applicability
1. Must be initialized in-place
2. Can not be open/abstract
3. Can not be an override
4. Can not be delegated
5. Initializer must be a compile-time constant
6. No getters
7. `const` is not applicable to vars or locals
8. `const val` should be whether top-level property or object member
2015-09-23 08:20:56 +03:00
..
2015-09-23 07:49:29 +03:00
2015-07-09 16:36:46 +03:00
2015-09-08 05:49:32 +03:00
2015-09-23 08:20:56 +03:00
2015-08-11 13:21:56 +03:00