Remove soft keyword coroutine & isCoroutine from ValueParameterDescriptor.

This commit is contained in:
Stanislav Erokhin
2016-12-15 06:14:21 +03:00
parent 55983a7808
commit 42440f50dc
42 changed files with 26 additions and 75 deletions
@@ -77,10 +77,4 @@ public interface KParameter : KAnnotatedElement {
*/
@SinceKotlin("1.1")
public val isVararg: Boolean
/**
* `true` if this parameter is `coroutine`.
*/
@SinceKotlin("1.1")
public val isCoroutine: Boolean
}