Deprecate extension annotation in favor of Extension
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
val x = Ex<caret>
|
||||
val x = Exc<caret>
|
||||
|
||||
// ABSENT: ExcludedClass
|
||||
// EXIST: ExtraClass
|
||||
// EXIST: ExctraClass
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
package somePackage;
|
||||
|
||||
// Such strange name here needed to make completion prefix not intersecting with kotlin.Extension
|
||||
public class ExctraClass {
|
||||
|
||||
}
|
||||
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
package somePackage;
|
||||
|
||||
public class ExtraClass {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user