Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
kotlinSignature
/
StarProjection.java
blob: 93108b95336335228fae41b93c987c8451a27f4b [
file
]
package
test
;
public
final
class
StarProjection
{
public
final
MyClass
<?>
foo
()
{
throw
new
UnsupportedOperationException
();
}
public
interface
MyClass
<
T
extends
CharSequence
>
{
}
}