Yan Zhulanow
|
3fa506fd45
|
"Inapplicable operator modifier" and "Inapplicable infix modifier" are now errors
|
2016-01-26 17:21:44 +03:00 |
|
Denis Zharkov
|
ede4b61980
|
Add tests for obsolete issue
#KT-7412 Obsolete
|
2016-01-20 14:27:53 +03:00 |
|
Yan Zhulanow
|
9d1af5a17e
|
Fix tests: "infix modifier required" and "operator modifier required" errors
|
2015-11-27 15:51:11 +03:00 |
|
Dmitry Jemerov
|
4ca434da54
|
remove support for 'trait' keyword
|
2015-09-22 15:00:24 +02:00 |
|
Michael Bogdanov
|
5daf79d2de
|
Tests for obsolete KT-5232: vfy error with default parameter in method of trait
#KT-5232 Obsolete
|
2015-05-15 18:06:52 +03:00 |
|
Dmitry Jemerov
|
4bdf598bfe
|
compiler testdata: s/trait/interface
|
2015-05-12 19:43:17 +02:00 |
|
Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +03:00 |
|
Pavel V. Talanov
|
59f192ef90
|
Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text
Old syntax is used in builtins and project code for now
|
2015-03-06 19:36:54 +03:00 |
|
Denis Mekhanikov
|
1533c0e9f3
|
Support more than 32 default arguments
#KT-4675 Fixed
|
2014-08-20 20:47:34 +04:00 |
|
Andrey Breslav
|
ab7d8a7734
|
Tests for abstract functions with default arguments
|
2014-01-23 17:59:18 +04:00 |
|
Alexander Udalov
|
723d5ef564
|
Fix default argument method calls
In some cases, calls of methods with default arguments were invoked via the
actual generated method, not via the "...$default" accessor
|
2013-09-03 22:26:05 +04:00 |
|
Andrey Breslav
|
2d2c44ca9d
|
KT-2106 Mixed named and positional arguments should be allowed
#KT-2106 Fixed
|
2013-01-31 15:43:14 +04:00 |
|
Alexander Udalov
|
7ce62a5b64
|
Remove generated codegen tests, move all testData to box/
A single test file will be generated out of box/ directory
|
2013-01-28 18:20:21 +04:00 |
|