Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
progressiveModeOff.out
blob: a1c22cbeea4a0b8b7dd555c8c7d03fe8b88674af [
file
]
compiler
/
testData
/
cli
/
jvm
/
progressive
/
progressiveTest
.
kt
:
3
:
10
:
warning
:
'public'
generic
exposes its
'internal'
parameter bound type
'Foo'
.
This
will be prohibited
in
the future
.
fun
<
T
:
Foo
>
foo
(
x
:
T
?)
=
x
^^^
OK