compiler testdata: s/trait/interface
This commit is contained in:
@@ -7,7 +7,7 @@ fun dispatch(request: Request) {
|
||||
}
|
||||
}
|
||||
|
||||
trait Request {
|
||||
interface Request {
|
||||
fun getRequestURI(): String?
|
||||
fun getMethod(): String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user