Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
kt27005.kt
blob: 607ca03aba2bf5b98d1d2e2cad7d350eeaf22cad [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
suspend fun foo
()
=
baz
<
Unit
>()
suspend fun bar
()
=
baz
<
Any
>()
suspend fun
<
T
>
baz
():
T
{
TODO
()
}