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