Added TODO

This commit is contained in:
Valentin Kipyatkov
2015-05-28 23:37:50 +03:00
parent df0fc51d68
commit 609ac21be0
@@ -140,6 +140,7 @@ public fun JetDeclaration.isExtensionDeclaration(): Boolean {
public fun JetClassOrObject.isObjectLiteral(): Boolean = this is JetObjectDeclaration && isObjectLiteral()
//TODO: strange method, and not only Kotlin specific (also Java)
public fun PsiElement.parameterIndex(): Int {
val parent = getParent()
return when {