Andrey Breslav
|
a9134f8eff
|
Do not allow inference of type arguments on the rhs if there's no information available
|
2013-09-13 22:41:06 +02:00 |
|
Andrey Breslav
|
e3079ac667
|
Erased casts supported
|
2013-09-05 14:17:33 +04:00 |
|
Andrey Breslav
|
9d538dad8a
|
EA-36903 - ISE: JavaTypeTransformer$.visitClassType Fixed
|
2013-01-10 16:16:49 +04:00 |
|
Andrey Breslav
|
304926005f
|
Proper errors for cases like 'is Map' supported in 'when'
|
2012-11-27 21:15:37 +04:00 |
|
Andrey Breslav
|
dff5f382ab
|
Special diagnostics when no type arguments passed on teh right-hand side of 'is' expression
Example:
if (a is Map) // ERROR: Say 'Map<*, *>' if you don't want to pass type arguments
|
2012-11-27 16:47:38 +04:00 |
|
Andrey Breslav
|
c849a0c4e3
|
Redundant/conflicting projections
|
2012-11-24 15:59:16 +04:00 |
|
Andrey Breslav
|
3d8d92c7d3
|
JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
|
2012-07-10 14:48:11 +04:00 |
|
Andrey Breslav
|
2c8b3c879c
|
TypeSubstitutor rewritten to be more readable
|
2012-05-04 20:07:40 +04:00 |
|
Andrey Breslav
|
6ba44a133f
|
Tests for recursive upper bounds
|
2012-05-04 20:07:39 +04:00 |
|
Andrey Breslav
|
47934b1fe7
|
KT-1575 Can't define a fix-point generic type
#KT-1575 Fixed
|
2012-05-03 14:43:53 +04:00 |
|