Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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