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