Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
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
>
{
}
}