Render warning on 'class object' as deprecated
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
class A {
|
||||
<warning textAttributesKey="DEPRECATED_ATTRIBUTES">class object</warning> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
<warning textAttributesKey="DEPRECATED_ATTRIBUTES">class object C</warning> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class C {
|
||||
default <warning textAttributesKey="DEPRECATED_ATTRIBUTES">class object G</warning> {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user