Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
UnitValue.kt
blob: 2162408ca16b54dc7126232f634149c8413d129f [
file
]
// FIR_IDENTICAL
// !CHECK_TYPE
fun test
()
{
return
checkSubtype
<
Unit
>(
Unit
)
}