Merge branch 'master' of git+ssh://git.labs.intellij.net/jet

This commit is contained in:
James Strachan
2011-12-20 16:29:48 +00:00
8 changed files with 121 additions and 30 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.
*/