Some tests for override action has been added.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
open class A() {
|
||||
open val method : () -> Unit? = {println("hello")}
|
||||
}
|
||||
|
||||
fun some() : A {
|
||||
return object : A() {<caret>}
|
||||
}
|
||||
Reference in New Issue
Block a user