Stanislav Erokhin
|
dbe8edda5f
|
Remove propertyDelegate and fix unused parameter checker for provideDelegate.
|
2016-12-12 23:14:09 +03:00 |
|
Alexander Udalov
|
ec1b4776fe
|
Deprecate PropertyMetadata, use KProperty<*> for delegated properties instead
|
2015-10-14 20:45:25 +03:00 |
|
Yan Zhulanow
|
1f2b4e20fe
|
Replace get() and set() to getValue() and setValue() (property delegates)
|
2015-10-09 22:49:16 +03:00 |
|
Michael Nedzelsky
|
bc5c9065d2
|
fix tests in org.jetbrains.kotlin.checkers
|
2015-09-08 02:04:32 +03:00 |
|
Alexey Sedunov
|
df07a61a08
|
Control-Flow: Generate instruction for left-hand side of invalid assignments
#KT-8390 Fixed
|
2015-07-10 19:27:53 +03:00 |
|
Evgeny Gerashchenko
|
056daeaadb
|
Don't mark parameters of get/set/propertyDelegated functions as unused.
#KT-5974 fixed
|
2015-03-05 18:42:16 +03:00 |
|
Evgeny Gerashchenko
|
897854b3dc
|
KT-6671 Report unused constructor parameters
#KT-6671 fixed
|
2015-01-27 22:38:27 +03:00 |
|