mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Light classes: do not rely on dummy resolve for members with DeprecationLevel.HIDDEN
Use heuristic psi check to determine such cases
This commit is contained in:
9
compiler/testData/asJava/lightClasses/DeprecatedNotHiddenInClass.kt
vendored
Normal file
9
compiler/testData/asJava/lightClasses/DeprecatedNotHiddenInClass.kt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// a.A
|
||||
package a
|
||||
|
||||
class A {
|
||||
@Deprecated("f")
|
||||
fun f() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user