IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class A
|
||||
trait T
|
||||
interface T
|
||||
val obj = object : A(), T
|
||||
@@ -1,5 +1,5 @@
|
||||
class A
|
||||
trait T
|
||||
interface T
|
||||
fun foo() {
|
||||
class Test : A(), T
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
class A
|
||||
trait T
|
||||
interface T
|
||||
fun foo() {
|
||||
fun bar() {
|
||||
class Test : A(), T
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class A
|
||||
trait T
|
||||
interface T
|
||||
fun foo() {
|
||||
object O: A(), T
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
class A
|
||||
trait T
|
||||
interface T
|
||||
object Test: A(), T {
|
||||
}
|
||||
Reference in New Issue
Block a user