83c86d06ed
Since functions usually are hidden from resolution when they are deprecated-hidden, the problem can only be reproduced for properties with deprecated-hidden accessors, where DeprecatedCallChecker reported warnings instead of errors
10 lines
351 B
Plaintext
Vendored
10 lines
351 B
Plaintext
Vendored
package
|
|
|
|
public val v1: kotlin.String
|
|
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public val v2: kotlin.String = ""
|
|
public var v3: kotlin.String
|
|
public var v4: kotlin.String
|
|
public var v5: kotlin.String
|
|
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public var v6: kotlin.String
|
|
public fun test(): kotlin.Unit
|