[test docs] Actualize the README.md for diagnostic tests somewhat
This commit is contained in:
committed by
Space Team
parent
5c644bcac8
commit
4f92008f01
@@ -1,5 +1,5 @@
|
||||
fun <T> checkSubtype(t: T) = t
|
||||
|
||||
class CheckTypeInv<T>
|
||||
fun <E> CheckTypeInv<E>._() {}
|
||||
|
||||
infix fun <T> T.checkType(f: CheckTypeInv<T>.() -> Unit) {}
|
||||
|
||||
Reference in New Issue
Block a user