Alexander Udalov
|
d21d362f0f
|
Allow enum entries in double colon LHS with LV = 1.0
#KT-16782 Fixed
|
2017-03-10 19:44:00 +03:00 |
|
Dmitry Petrov
|
33ed98a0d3
|
Update typing rules for class literal expressions.
C::class : KClass<C>
expr: T => expr::class : KClass<out T>
NB: this means Obj::class : KClass<out Obj> for object Obj.
|
2016-12-19 10:41:49 +03:00 |
|
Alexander Udalov
|
2e4592c6dc
|
Report error on bound callable references in compatibility mode
Previously examples were failing with IllegalStateException from JVM back-end
because there was an error type without any error reported
|
2016-10-11 17:30:10 +03:00 |
|