New J2K: More info in TODO
This commit is contained in:
committed by
Ilya Kirillov
parent
278cf82346
commit
bc645a12b5
@@ -269,7 +269,7 @@ class JavaToJKTreeBuilder(var symbolProvider: JKSymbolProvider) {
|
||||
if (this is PsiReturnStatement) {
|
||||
return JKReturnStatementImpl(with(expressionTreeMapper) { returnValue?.toJK() ?: TODO() })
|
||||
}
|
||||
TODO()
|
||||
TODO("for ${this::class}")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user