Added TODO
This commit is contained in:
@@ -140,6 +140,7 @@ public fun JetDeclaration.isExtensionDeclaration(): Boolean {
|
|||||||
|
|
||||||
public fun JetClassOrObject.isObjectLiteral(): Boolean = this is JetObjectDeclaration && isObjectLiteral()
|
public fun JetClassOrObject.isObjectLiteral(): Boolean = this is JetObjectDeclaration && isObjectLiteral()
|
||||||
|
|
||||||
|
//TODO: strange method, and not only Kotlin specific (also Java)
|
||||||
public fun PsiElement.parameterIndex(): Int {
|
public fun PsiElement.parameterIndex(): Int {
|
||||||
val parent = getParent()
|
val parent = getParent()
|
||||||
return when {
|
return when {
|
||||||
|
|||||||
Reference in New Issue
Block a user