Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
testData
/
cli
/
jvm
/
globalWarningSuppression.kt
blob: 364c5cb69d506da9ef7eeda1aae6718ddd6527a7 [
file
]
class
Out
<
out
T
>
fun foo
(
x
:
Out
<
out
Int
>):
Out
<
String
>
{
return
x
as
Out
<
String
>
}
fun bar
(
x
:
Out
<
in
Int
>)
{}