Deprecate extension annotation in favor of Extension

This commit is contained in:
Denis Zharkov
2015-09-01 13:44:02 +03:00
parent 3597234165
commit 11fed1674e
36 changed files with 72 additions and 71 deletions
@@ -1,5 +1,5 @@
package somePackage
class ExcludedClass
class ExtraClass
// Such strange name here needed to make completion prefix not intersecting with kotlin.Extension
class ExctraClass
@@ -1,4 +1,4 @@
val x = Ex<caret>
val x = Exc<caret>
// ABSENT: ExcludedClass
// EXIST: ExtraClass
// EXIST: ExctraClass