[test infra] Add a directive for type checking utils that use @Exact
This commit is contained in:
committed by
Space Team
parent
0323b0fb19
commit
5c644bcac8
@@ -0,0 +1,4 @@
|
||||
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
fun <T> checkExactType(expr: @kotlin.internal.Exact T) {}
|
||||
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
fun <T> checkTypeEquality(reference: @kotlin.internal.Exact T, expr: @kotlin.internal.Exact T) {}
|
||||
Reference in New Issue
Block a user