Fixed tests after adding error checking for intention tests.
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
abstract class Owner<T> {
|
||||
fun <caret>f<R>(t: T, r: R): R = t
|
||||
}
|
||||
fun <caret>f<R>(t: T, r: R): R = r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user