Drop KFunction.isTailrec

The fate of this modifier seems unclear, and there doesn't seem to be any
valuable use cases for it in reflection
This commit is contained in:
Alexander Udalov
2016-11-14 11:08:44 +03:00
parent 5e73dc4a4c
commit 7e82d139cf
6 changed files with 0 additions and 32 deletions
@@ -509,7 +509,6 @@ public class kotlin/jvm/internal/FunctionReference : kotlin/jvm/internal/Callabl
public fun isInline ()Z
public fun isOperator ()Z
public fun isSuspend ()Z
public fun isTailrec ()Z
public fun toString ()Ljava/lang/String;
}
@@ -1156,7 +1155,6 @@ public abstract interface class kotlin/reflect/KFunction : kotlin/Function, kotl
public abstract fun isInline ()Z
public abstract fun isOperator ()Z
public abstract fun isSuspend ()Z
public abstract fun isTailrec ()Z
}
public abstract interface class kotlin/reflect/KMutableProperty : kotlin/reflect/KProperty {