[TD] Update test data after previous commit
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ abstract class Base<T>(val x: T) {
|
||||
|
||||
class Derived<T>(x: T) : Base<T>(x) {
|
||||
override fun foo(): T = x
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user