Some tests for override action has been added.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
trait A {
|
||||
fun foo(value : String) : Int = 0
|
||||
}
|
||||
|
||||
class C : A {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user