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 |
|
Michael Bogdanov
|
7e8e4e9e1b
|
Fix for KT-2789: NoSuchMethodError when calling trait function with default arguments that returns generic type, KT-9428 Abstract method with one parameter and one default parameter produces NoSuchMethodError, KT-9924 NoSuchMethod when replacing generic with specific type
#KT-2789 Fixed
#KT-9428 Fixed
#KT-9924 Fixed
|
2015-11-13 10:14:01 +03:00 |
|
Michael Bogdanov
|
0fcaaa80df
|
Fix for KT-9140: Default parameters are passed as nulls when using indexing [ ] invocation
#KT-9140 Fixed
|
2015-11-06 11:46:11 +03:00 |
|
Dmitry Jemerov
|
4ca434da54
|
remove support for 'trait' keyword
|
2015-09-22 15:00:24 +02:00 |
|
Denis Zharkov
|
bae3320d52
|
Get rid of deprecated annotations in testData
|
2015-09-18 10:14:32 +03:00 |
|
Mikhail Glukhikh
|
b2653ad1e9
|
Deprecated enum syntax removed: most compiler tests
|
2015-08-10 16:24:12 +03:00 |
|
Denis Zharkov
|
e3c3af6aab
|
Change MISSING_CONSTRUCTOR_KEYWORD severity to error
And adjust testData
|
2015-06-12 11:23:13 +03: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 |
|
Alexander Udalov
|
07c2442405
|
Make $default methods non-private, avoid generating accessors for them
#KT-5786 Fixed
|
2015-04-23 22:09:02 +03: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 |
|
Alexander Udalov
|
8b918ef1aa
|
Add regression tests for obsolete issues
#KT-1291 Obsolete
#KT-2895 Obsolete
#KT-3060 Obsolete
#KT-3298 Obsolete
#KT-3613 Obsolete
#KT-3862 Obsolete
|
2014-02-13 04:43:53 +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 |
|