Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
kotlinSignature
/
AllBoundsInWhen.java
blob: 587d72750800903544731fb098d83d058c8f221d [
file
]
package
test
;
import
java
.
io
.
Serializable
;
public
class
AllBoundsInWhen
{
public
<
T
extends
Serializable
>
void
foo
()
{
throw
new
UnsupportedOperationException
();
}
}