commit | dc3372682b3bb9d7880fe63fa1816a354b8b566c | [log] [tgz] |
---|---|---|
author | Denis.Zharkov <denis.zharkov@jetbrains.com> | Thu May 25 19:12:59 2023 +0200 |
committer | Denis.Zharkov <denis.zharkov@jetbrains.com> | Thu May 25 19:12:59 2023 +0200 |
tree | a1d0537d99445cbdf137c51718f4b6869dc59200 | |
parent | e44a8eb2ef9efe7dcea3d05ebf5470ab6b50d08c [diff] |
~ debug
diff --git a/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/calls/tower/TowerGroup.kt b/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/calls/tower/TowerGroup.kt index 9dc8a7a..7d1d585 100644 --- a/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/calls/tower/TowerGroup.kt +++ b/compiler/fir/resolve/src/org/jetbrains/kotlin/fir/resolve/calls/tower/TowerGroup.kt
@@ -88,7 +88,7 @@ private val EMPTY_KIND_ARRAY = emptyArray<TowerGroupKind>() - private const val DEBUG = false // enables tower group debugging + private const val DEBUG = true // enables tower group debugging private fun appendDebugKind(kinds: Array<TowerGroupKind>, kind: TowerGroupKind): Array<TowerGroupKind> { return if (DEBUG) {