Some tests for override action has been added.
This commit is contained in:
@@ -4,7 +4,7 @@ trait A {
|
||||
}
|
||||
|
||||
fun some() : A {
|
||||
return object A {
|
||||
return object : A {
|
||||
override val method : () -> Unit? = ?
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user