compiler testdata: s/trait/interface
This commit is contained in:
@@ -22,6 +22,6 @@ class B {
|
||||
|
||||
open class Request(private val handler: ActionContext.() -> Unit) {}
|
||||
|
||||
trait ActionContext {
|
||||
interface ActionContext {
|
||||
val session : Map<String, String>
|
||||
}
|
||||
Reference in New Issue
Block a user