Skip to content

Commit

Permalink
[IR] KotlinLikeDumper: add a note about some conventions used for TOD…
Browse files Browse the repository at this point in the history
…O comments
  • Loading branch information
bashor authored and teamcityserver committed Nov 25, 2020
1 parent c004269 commit 0d5a0b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand Down

0 comments on commit 0d5a0b2

Please sign in to comment.