[IR] KotlinLikeDumper: add a note about some conventions used for TODO comments
This commit is contained in:
committed by
teamcityserver
parent
c004269547
commit
0d5a0b207e
@@ -70,6 +70,11 @@ enum class FakeOverridesStrategy {
|
||||
NONE
|
||||
}
|
||||
|
||||
// TODO_ conventions:
|
||||
// TODO support -- for unsupported nodes
|
||||
// TODO no test -- for the cases with no test(s)
|
||||
// it's not valid kotlin -- for the cases when used some syntax which is invalid in Kotlin, maybe they are worth to reconsider
|
||||
|
||||
/* TODO:
|
||||
* don't crash on unbound symbols
|
||||
* origin : class, function, property, ...
|
||||
|
||||
Reference in New Issue
Block a user