report 'trait' keyword as deprecated, provide quickfix for replacing with 'interface'
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Replace with 'interface'" "true"
|
||||
|
||||
<caret>trait Foo {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
// "Replace with 'interface'" "true"
|
||||
|
||||
<caret>interface Foo {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user