Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
libraries
/
stdlib
/
test
/
testUtils.kt
blob: c4c80180195ac37c6d4cc91350168e4efa0ca1e1 [
file
] [
log
] [
blame
]
package
test
// just a static type check
fun
<
T
>
assertStaticTypeIs
(
@Suppress
(
"UNUSED_PARAMETER"
)
value
:
T
)
{}