compiler testdata: s/trait/interface
This commit is contained in:
@@ -7,7 +7,7 @@ fun foo(p: Int??) {
|
||||
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
abstract fun foo()
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ fun foo(p: Int??) {
|
||||
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
abstract fun foo()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user