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