[TD] Update test data after previous commit
This commit is contained in:
@@ -4,4 +4,4 @@ inline fun <reified T : Any> Any.safeAs(): T? = this as? T
|
||||
|
||||
abstract class Summator {
|
||||
abstract fun <T> plus(first: T, second: T): T
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user