Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
wildcardWithoutArguments.kt
blob: 3043024f41be7cbe720d37398fe7e272303d0f66 [
file
]
// One
// WITH_STDLIB
// LIBRARY_PLATFORMS: JVM
open
class
One
{
@JvmSuppressWildcards
protected
open fun beforeResolve
(
files
:
SomeInterface
<
SomeClass
>):
Boolean
{
return
true
}
}
interface
SomeInterface
<
out
T
>
open
class
SomeClass