Do not implicitly propagate deprecations originated in Java
^KT-29604 Fixed
This commit is contained in:
@@ -12,6 +12,7 @@ interface Deprecation {
|
||||
val deprecationLevel: DeprecationLevelValue
|
||||
val message: String?
|
||||
val target: DeclarationDescriptor
|
||||
val propagatesToOverrides: Boolean get() = true
|
||||
}
|
||||
|
||||
// values from kotlin.DeprecationLevel
|
||||
|
||||
Reference in New Issue
Block a user