reading extension functions from binary classes

This commit is contained in:
Stepan Koltsov
2011-12-20 20:13:16 +04:00
parent b48d4b4ab1
commit d9ceda7743
6 changed files with 116 additions and 25 deletions
@@ -35,6 +35,11 @@ public @interface JetValueParameter {
*/
boolean hasDefaultValue () default false;
/**
* @return if this parameter is receiver
*/
boolean receiver() default false;
/**
* @return type unless Java type is correct Kotlin type.
*/