IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// "Remove '?'" "true"
|
||||
trait Foo {}
|
||||
interface Foo {}
|
||||
class Bar : Foo?<caret> {}
|
||||
@@ -1,3 +1,3 @@
|
||||
// "Remove '?'" "true"
|
||||
trait Foo {}
|
||||
interface Foo {}
|
||||
class Bar : Foo<caret> {}
|
||||
Reference in New Issue
Block a user