Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
objects
/
upperBoundViolated.kt
blob: dd6aadff40bf6a0b9551ee50560f3faf785c7ab0 [
file
]
// FIR_IDENTICAL
interface
Trait
<
N
:
Number
>
object
O1
:
Trait
<
Int
>
object
O2
:
Trait
<<!
UPPER_BOUND_VIOLATED
!>
String
<!>>
class
C
{
companion
object
:
Trait
<<!
UPPER_BOUND_VIOLATED
!>
IntRange
<!>>
}