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