drop deprecated syntax for class objects

This commit is contained in:
Dmitry Jemerov
2015-04-24 17:17:18 +02:00
parent 2bc4dde959
commit 683d727c72
23 changed files with 3 additions and 339 deletions
@@ -1,17 +0,0 @@
class A {
<warning textAttributesKey="DEPRECATED_ATTRIBUTES">class object</warning> {
}
}
class B {
<warning textAttributesKey="DEPRECATED_ATTRIBUTES">class object C</warning> {
}
}
class C {
companion <warning textAttributesKey="DEPRECATED_ATTRIBUTES">class object G</warning> {
}
}