Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
functions
/
unrelatedUpperBounds.kt
blob: e7d0d2f1b106ef6d22734595761634dc6cb3090d [
file
]
fun box
():
String
{
return
unrelatedUpperBounds
.
id
(
"OK"
as
java
.
lang
.
String
)!!
as
kotlin
.
String
}