We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e8994 commit 9fe5511Copy full SHA for 9fe5511
compiler/ir/backend.jvm/lower/src/org/jetbrains/kotlin/backend/jvm/JvmLoweringPhases.kt
@@ -50,6 +50,7 @@ private val jvmFilePhases = createFilePhases(
50
::PropertyReferenceDelegationLowering,
51
::SingletonOrConstantDelegationLowering,
52
::PropertyReferenceLowering,
53
+ ::JvmUpgradeCallableReferences,
54
::ArrayConstructorLowering,
55
56
// TODO: merge the next three phases together, as visitors behave incorrectly between them
@@ -65,7 +66,6 @@ private val jvmFilePhases = createFilePhases(
65
66
::ForLoopsLowering,
67
::CollectionStubMethodLowering,
68
::JvmSingleAbstractMethodLowering,
- ::JvmUpgradeCallableReferences,
69
::JvmMultiFieldValueClassLowering,
70
::JvmInlineClassLowering,
71
::JvmTailrecLowering,
0 commit comments