Deprecate (V)::a reference resolution to companion in FE 1.0
^KT-45315 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
46b297477c
commit
7645663d12
@@ -102,7 +102,7 @@ internal val propertiesPhase = makeIrFilePhase(
|
||||
description = "Move fields and accessors for properties to their classes, " +
|
||||
"replace calls to default property accessors with field accesses, " +
|
||||
"remove unused accessors and create synthetic methods for property annotations",
|
||||
stickyPostconditions = setOf((PropertiesLowering)::checkNoProperties)
|
||||
stickyPostconditions = setOf(PropertiesLowering.Companion::checkNoProperties)
|
||||
)
|
||||
|
||||
internal val IrClass.isGeneratedLambdaClass: Boolean
|
||||
|
||||
Reference in New Issue
Block a user