Zalim Bashorov
|
30208d5532
|
Minor: drop semicolon in package declaration everywhere.
|
2014-09-16 19:32:37 +04:00 |
|
Alexander Udalov
|
c0fc5cfb53
|
Disallow named arguments for SAM adapters
SAM adapters are Java functions, and named arguments are not allowed for Java
functions
#KT-5022 Fixed
|
2014-07-02 20:35:31 +04:00 |
|
Alexander Udalov
|
7d311cdfa0
|
Support named arguments for Java constructors annotated with KotlinSignature
|
2014-03-20 12:49:16 +04:00 |
|
Alexander Udalov
|
1c5df773c5
|
Disallow named arguments for Java methods
Since they don't have stable names: they're (sometimes) loaded from the
bytecode, which (sometimes) doesn't contain parameter names
|
2014-03-19 23:24:28 +04:00 |
|