Minor: add / fix comments (related to KT-20752)

This commit is contained in:
Mikhail Glukhikh
2017-10-16 20:00:47 +03:00
parent 46526db8f0
commit 3fb0354676
3 changed files with 6 additions and 4 deletions
@@ -97,6 +97,8 @@ internal class DelegatingDataFlowInfo private constructor(
languageVersionSettings: LanguageVersionSettings,
typeInfo: SetMultimap<DataFlowValue, KotlinType>? = null,
affectReceiver: Boolean = true,
// TODO: remove me in version 1.3! I'm very dirty hack!
// In normal circumstances this should be always true
recordUnstable: Boolean = true
): Boolean {
if (value.isStable || recordUnstable) {