KT-7587 Overloads are not generated during partial compilation of package

#KT-7587 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-05-13 16:21:13 +03:00
parent ca883d8117
commit 0498bd7739
15 changed files with 98 additions and 9 deletions
@@ -25,5 +25,5 @@ import java.lang.annotation.RetentionPolicy
* If a method has N parameters and M of which have default values, M overloads are generated: the first one
* takes N-1 parameters (all but the last one that takes a default value), the second takes N-2 parameters, and so on.
*/
Retention(RetentionPolicy.SOURCE)
Retention(RetentionPolicy.CLASS)
public annotation class overloads