[test docs] Actualize the README.md for diagnostic tests somewhat

This commit is contained in:
Stanislav Ruban
2023-07-13 12:30:03 +03:00
committed by Space Team
parent 5c644bcac8
commit 4f92008f01
2 changed files with 79 additions and 53 deletions
+1 -1
View File
@@ -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) {}