[Test] Add test for KT-54209
This commit is contained in:
committed by
Space Team
parent
64e21af03b
commit
55aae5325c
+12
@@ -0,0 +1,12 @@
|
||||
// ISSUE: KT-54209
|
||||
|
||||
class A {
|
||||
@Deprecated("Deprecated companion")
|
||||
companion object
|
||||
}
|
||||
|
||||
|
||||
fun test() {
|
||||
A::class
|
||||
A.<!DEPRECATION!>Companion<!>::class
|
||||
}
|
||||
Reference in New Issue
Block a user