FIR: preliminary refactoring of delegate resolve
This commit is contained in:
committed by
teamcity
parent
a19495cb26
commit
4d9e919f7e
+1
-1
@@ -18,7 +18,7 @@ abstract class BaseState {
|
||||
}
|
||||
|
||||
abstract class Some : BaseState() {
|
||||
val hideBySeverityDerived: MutableSet<Int> by <!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER, NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>propertyDerived<!>(mutableSetOf())
|
||||
val hideBySeverityDerived: MutableSet<Int> by propertyDerived(mutableSetOf())
|
||||
|
||||
val hideBySeverityBase: MutableSet<Int> by propertyBase(mutableSetOf())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user