Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
wildcardWithoutArguments.lib.java
blob: 23241ca1c4ee604180a5fe262920fe15ea7f91ed [
file
]
public
class
One
/* One*/
{
@kotlin
.
jvm
.
JvmSuppressWildcards
()
protected
boolean
beforeResolve
(
@org
.
jetbrains
.
annotations
.
NotNull
()
SomeInterface
<
SomeClass
>);
// beforeResolve(SomeInterface<SomeClass>)
public
One
();
// .ctor()
}