Render warning on 'class object' as deprecated

This commit is contained in:
Pavel V. Talanov
2015-03-06 18:52:49 +03:00
parent 581e163031
commit 3cfcef9da4
3 changed files with 27 additions and 0 deletions
@@ -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> {
}
}