IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trait T {
|
||||
interface T {
|
||||
fun bar()
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
trait T {
|
||||
interface T {
|
||||
fun bar()
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
fun foo(): Boolean
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
val foo: Boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user