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