IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trait B: A {
|
||||
interface B: A {
|
||||
public override fun foo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
trait B: A {
|
||||
interface B: A {
|
||||
}
|
||||
|
||||
class D: C() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
trait B: A {
|
||||
interface B: A {
|
||||
public override fun foo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
trait B: A {
|
||||
interface B: A {
|
||||
public override fun foo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user