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